Profile 4 shall provide the control fields, transmitted at runtime together with the protected data.
This structure defines the E2E Profile 4 header.
Definition at line 2337 of file VehicleIOValStructures.h.
Data Fields | |
uint16_t | length |
The Length field (16 bits) is introduced to support variable-size length. More... | |
uint16_t | counter |
In E2E Profile 4, the counter (16 bits) is initialized, incremented, reset and checked by E2E profile. More... | |
uint32_t | dataId |
The unique Data IDs are to verify the identity of each transmitted safety-related data element. More... | |
uint32_t | crc |
E2E Profile 4 uses a 32-bit CRC, to ensure a high detection rate and high Hamming Distance. More... | |
uint16_t dwE2EProfile4Header::counter |
In E2E Profile 4, the counter (16 bits) is initialized, incremented, reset and checked by E2E profile.
The counter is not manipulated or used by the caller of the E2E Supervision.
Definition at line 2347 of file VehicleIOValStructures.h.
uint32_t dwE2EProfile4Header::crc |
E2E Profile 4 uses a 32-bit CRC, to ensure a high detection rate and high Hamming Distance.
Definition at line 2355 of file VehicleIOValStructures.h.
uint32_t dwE2EProfile4Header::dataId |
The unique Data IDs are to verify the identity of each transmitted safety-related data element.
Definition at line 2351 of file VehicleIOValStructures.h.
uint16_t dwE2EProfile4Header::length |
The Length field (16 bits) is introduced to support variable-size length.
that the Data [] array storing. the serialized data can potentially have a different length in each cycle.
Definition at line 2342 of file VehicleIOValStructures.h.