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.