Channel flags. See also IChannel::Flags().
|
constexpr uint32_t | AllValuesInvalid = 0x0001 |
| All values are invalid.
|
|
constexpr uint32_t | InvalidValid = 0x0002 |
| Invalid bit is used.
|
|
constexpr uint32_t | PrecisionValid = 0x0004 |
| Precision is used.
|
|
constexpr uint32_t | RangeValid = 0x0008 |
| Range is used.
|
|
constexpr uint32_t | LimitValid = 0x0010 |
| Limit is used.
|
|
constexpr uint32_t | ExtendedLimitValid = 0x0020 |
| Extended limit is used.
|
|
constexpr uint32_t | Discrete = 0x0040 |
| Discrete channel.
|
|
constexpr uint32_t | Calibration = 0x0080 |
| Calibrated channel.
|
|
constexpr uint32_t | Calculated = 0x0100 |
| Calculated channel.
|
|
constexpr uint32_t | Virtual = 0x0200 |
| Virtual channel.
|
|
constexpr uint32_t | BusEvent = 0x0400 |
| Bus event channel.
|
|
constexpr uint32_t | StrictlyMonotonous = 0x0800 |
| Strict monotonously.
|
|
constexpr uint32_t | DefaultX = 0x1000 |
| Default x-axis channel.
|
|
constexpr uint32_t | EventSignal = 0x2000 |
| Event signal.
|
|
constexpr uint32_t | VlsdDataStream = 0x4000 |
| VLSD data stream channel.
|
|