MultiplexValueRange Struct

struct QCanSignalDescription::MultiplexValueRange

マルチプレクサ信号の値の範囲を定義します。詳細...

この構造体は Qt 6.5 で導入されました。

パブリック変数

QVariant maximum
QVariant minimum

詳細説明

各マルチプレクサ・シグナルには、複数の値の範囲を割り当てることができます。この型は1つの範囲を表します。最小値と最大値の両方が範囲に含まれます。最小値と最大値は等しくなる可能性があるため、MultiplexValueRange が空になることはありません。最大値が最小値より小さい場合は、範囲チェックの際に値が入れ替わります。

Multiplexed Signals Explainedも参照してください

メンバ変数ドキュメント

QVariant MultiplexValueRange::maximum

この変数はレンジの最大値を保持する。

QVariant MultiplexValueRange::minimum

この変数は範囲の最小値を保持する。

© 2025 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.