#include <pacmod_core.h>
Public Member Functions | |
void | parse (uint8_t *in) |
Public Attributes | |
std::string | mfg |
std::string | mfg_code |
uint32_t | model_year |
char | model_year_code |
uint32_t | serial |
Static Public Attributes | |
static const int64_t | CAN_ID = 0xFF |
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 56 of file pacmod_core.h.
|
virtual |
Implements AS::Drivers::PACMod::PacmodTxMsg.
Definition at line 155 of file pacmod_core.cpp.
|
static |
Definition at line 60 of file pacmod_core.h.
std::string AS::Drivers::PACMod::VinRptMsg::mfg |
Definition at line 63 of file pacmod_core.h.
std::string AS::Drivers::PACMod::VinRptMsg::mfg_code |
Definition at line 62 of file pacmod_core.h.
uint32_t AS::Drivers::PACMod::VinRptMsg::model_year |
Definition at line 65 of file pacmod_core.h.
char AS::Drivers::PACMod::VinRptMsg::model_year_code |
Definition at line 64 of file pacmod_core.h.
uint32_t AS::Drivers::PACMod::VinRptMsg::serial |
Definition at line 66 of file pacmod_core.h.