#include <pacmod3_core.h>

Public Member Functions | |
| void | parse (uint8_t *in) |
Public Member Functions inherited from AS::Drivers::PACMod3::Pacmod3TxMsg | |
| virtual bool | isSystem () |
Public Attributes | |
| bool | brake_lights_on |
| bool | brake_lights_on_is_valid |
| bool | reverse_lights_on |
| bool | reverse_lights_on_is_valid |
Static Public Attributes | |
| static const int64_t | CAN_ID = 0x418 |
Additional Inherited Members | |
Static Public Member Functions inherited from AS::Drivers::PACMod3::Pacmod3TxMsg | |
| static std::shared_ptr< Pacmod3TxMsg > | make_message (const int64_t &can_id) |
Definition at line 362 of file pacmod3_core.h.
|
virtual |
Implements AS::Drivers::PACMod3::Pacmod3TxMsg.
Definition at line 495 of file pacmod3_core.cpp.
| bool AS::Drivers::PACMod3::RearLightsRptMsg::brake_lights_on |
Definition at line 368 of file pacmod3_core.h.
| bool AS::Drivers::PACMod3::RearLightsRptMsg::brake_lights_on_is_valid |
Definition at line 369 of file pacmod3_core.h.
|
static |
Definition at line 366 of file pacmod3_core.h.
| bool AS::Drivers::PACMod3::RearLightsRptMsg::reverse_lights_on |
Definition at line 370 of file pacmod3_core.h.
| bool AS::Drivers::PACMod3::RearLightsRptMsg::reverse_lights_on_is_valid |
Definition at line 371 of file pacmod3_core.h.