MultiplexValueRange Struct

struct QCanSignalDescription::MultiplexValueRange

Defines a range of values for a multiplexor signal. More...

This struct was introduced in Qt 6.5.

Public Variables

QVariant maximum
QVariant minimum

Detailed Description

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.

Member Variable Documentation

QVariant MultiplexValueRange::maximum

This variable holds the maximum value of the range.

QVariant MultiplexValueRange::minimum

This variable holds the minimum value of the range.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.