ngscopeclient v0.2
Loading...
Searching...
No Matches
Classes

Declaration of InputConstraint. More...

#include <type_traits>
Include dependency graph for InputConstraint.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  InputConstraint
 Base class for constraints on inputs. More...
 
class  InputConstraintAND
 A set of constraints, all of which must be satisfied for the group to match. More...
 
class  InputConstraintStreamType
 Match if the input is of the correct stream type. More...
 
class  InputConstraintSparseStreamType
 Match if the input is of the correct stream type, and sparse. More...
 
class  InputConstraintWaveformType< T >
 Match if the input is of the correct class type. More...
 
class  InputConstraintBlockType< T >
 Match if the input filter is of the correct class type. More...
 
class  InputConstraintStreamTypes
 Match if the input is one of a list of stream types. More...
 
class  InputConstraintDigitalWidth
 Match if the input's digital width matches the requested value. More...
 
class  InputConstraintXUnit
 Match if the input's X axis unit is a specific value. More...
 
class  InputConstraintYUnit
 Match if the input's Y axis unit is a specific value. More...
 

Detailed Description

Declaration of InputConstraint.

Author
Andrew D. Zonenberg