Struct SMessageDef#
Defined in File dbcparser.h
Struct Documentation#
-
struct SMessageDef#
Message definition.
Public Members
-
std::string ssName#
Message name.
-
uint32_t uiId = 0#
Message ID (covers standard and extended ID).
-
uint32_t uiSize = 0#
Size of the message.
-
std::vector<std::string> vecTransmitters#
Transmitter node names or “Vector__XXX”.
-
std::vector<SSignalDef> vecSignals#
Vector with signals.
-
std::map<std::string, SSignalGroupDef> mapSigGroups#
Map containing signal groups.
-
std::vector<std::string> vecComments#
Comments.
-
std::vector<SAttributeValue> vecAttributes#
Attribute values.
-
std::string ssName#