#include <pacmod_core.h>

Public Member Functions | |
| void | parse (uint8_t *in) |
Public Attributes | |
| uint8_t | day |
| uint8_t | hour |
| uint8_t | minute |
| uint8_t | month |
| uint8_t | second |
| uint32_t | year |
Static Public Attributes | |
| static const int64_t | CAN_ID = 0x83 |
Additional Inherited Members | |
Static Public Member Functions inherited from AS::Drivers::PACMod::PacmodTxMsg | |
| static std::shared_ptr< PacmodTxMsg > | make_message (const int64_t &can_id) |
Definition at line 277 of file pacmod_core.h.
|
virtual |
Implements AS::Drivers::PACMod::PacmodTxMsg.
Definition at line 301 of file pacmod_core.cpp.
|
static |
Definition at line 281 of file pacmod_core.h.
| uint8_t AS::Drivers::PACMod::DateTimeRptMsg::day |
Definition at line 285 of file pacmod_core.h.
| uint8_t AS::Drivers::PACMod::DateTimeRptMsg::hour |
Definition at line 286 of file pacmod_core.h.
| uint8_t AS::Drivers::PACMod::DateTimeRptMsg::minute |
Definition at line 287 of file pacmod_core.h.
| uint8_t AS::Drivers::PACMod::DateTimeRptMsg::month |
Definition at line 284 of file pacmod_core.h.
| uint8_t AS::Drivers::PACMod::DateTimeRptMsg::second |
Definition at line 288 of file pacmod_core.h.
| uint32_t AS::Drivers::PACMod::DateTimeRptMsg::year |
Definition at line 283 of file pacmod_core.h.