MultiplexValueRange Struct
struct QCanSignalDescription::MultiplexValueRangeDefines a range of values for a multiplexor signal. More...
Public Variables
Detailed Description
\inmodule
QtSerialBus \since
6.5
Each multiplexor signal can have several ranges of values assigned to it. This type represents one range. Both minimum and maximum values are included in the range. Minimum and maximum values can be equal, so a MultiplexValueRange is never empty. If maximum is less than minimum, the values will be swapped while doing the range check.
See also Multiplexed Signals Explained.