Summary
The DLT Message Standard Header.
DltStandardHeader.ecu_id
DltStandardHeader.header_type
DltStandardHeader.is_msbf
DltStandardHeader.length
DltStandardHeader.message_counter
DltStandardHeader.session_id
DltStandardHeader.standard_header_length
DltStandardHeader.timestamp
DltStandardHeader.use_extended_header
DltStandardHeader.version_number
DltStandardHeader.with_ecu_id
DltStandardHeader.with_session_id
DltStandardHeader.with_timestamp
Structure
The ecu id. empty if the with_ecu_id flag is set to 0.
0
str
The entire header type field (contains the header flags and version number).
uint8
Determines if the message is using most significant byte first.
bool
The message Length.
uint16
The message counter.
The session id. empty if the with_session_id flag is set to 0.
uint32
The length of the header (minimum 4 bytes, maximum 16 bytes)
4
16
int32
The timestamp value. 0 if the with_timestamp flag is set to 0.
float
Determines if the extended header is used or not.
The version number.
Determines if the header contains ecu id or not.
Determines if the header contains session id or not.
Determines if the header contains timestamp or not.