ParseResult Struct

struct QCanFrameProcessor::ParseResult

この構造体は、QCanFrameProcessor::parseFrame() メソッドの戻り値として使用されます。詳細...

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

パブリック変数

QVariantMap signalValues
QtCanBus::UniqueId uniqueId

詳細説明

メンバ変数の説明

QVariantMap ParseResult::signalValues

この変数は、抽出されたシグナルとその値を含むマップを保持する。マップのキーはsignal names 、マップの値はシグナルの値である。

QtCanBus::UniqueId ParseResult::uniqueId

この変数は、解析されたフレームの一意な識別子の値を保持する。

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