|
ngscopeclient v0.2
|
Declaration of InputConstraint. More...
#include <type_traits>

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... | |
Declaration of InputConstraint.