En esta página

QCanFrameProcessor::ParseResult Struct

struct QCanFrameProcessor::ParseResult

La estructura se utiliza como valor de retorno del método QCanFrameProcessor::parseFrame(). Más...

Esta estructura se introdujo en Qt 6.5.

Variables públicas

QVariantMap signalValues
QtCanBus::UniqueId uniqueId

Descripción detallada

Documentación de Variables Miembro

QVariantMap ParseResult::signalValues

Esta variable contiene el mapa con las señales extraídas y sus valores. Las claves del mapa son las signal names, y los valores del mapa son los valores de las señales.

QtCanBus::UniqueId ParseResult::uniqueId

Esta variable contiene el valor del identificador único del marco analizado.

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