Skip to content

Commit

Permalink
chore: added an explanation to the concept of time domain id
Browse files Browse the repository at this point in the history
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
  • Loading branch information
knzo25 committed Jun 10, 2024
1 parent d545d84 commit a151918
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ constexpr int SENSOR_CONFIG_CAN_MESSAGE_ID = 601;
constexpr int NEAR_CRC_ID = 0;
constexpr int HRR_CRC_ID = 1;
constexpr int OBJECT_CRC_ID = 2;
constexpr int TIME_DOMAIN_ID = 0;
constexpr int TIME_DOMAIN_ID =
0; // For details, please refer to autosar's "Time Synchronization over CAN" document

constexpr int RDI_NEAR_HEADER_PACKET_SIZE = 32;
constexpr int RDI_NEAR_ELEMENT_PACKET_SIZE = 64;
Expand Down

0 comments on commit a151918

Please sign in to comment.