#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 |
Definition at line 56 of file pacmod_core.h.
| void VinRptMsg::parse | ( | uint8_t * | in | ) | [virtual] |
Implements AS::Drivers::PACMod::PacmodTxMsg.
Definition at line 155 of file pacmod_core.cpp.
const int64_t AS::Drivers::PACMod::VinRptMsg::CAN_ID = 0xFF [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.
Definition at line 65 of file pacmod_core.h.
Definition at line 64 of file pacmod_core.h.
Definition at line 66 of file pacmod_core.h.