QCanSignalDescription::MultiplexValueRange Struct

struct QCanSignalDescription ::MultiplexValueRange

Defines a range of values for a multiplexor signal. 更多...

This struct was introduced in Qt 6.5.

公共變量

QVariant maximum
QVariant minimum

詳細描述

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.

另請參閱 Multiplexed Signals Explained .

成員變量文檔編製

QVariant MultiplexValueRange:: maximum

This variable holds the maximum value of the range.

QVariant MultiplexValueRange:: minimum

This variable holds the minimum value of the range.