#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 | |
DimLevel | dim_level |
bool | dim_level_is_valid |
bool | front_dome_lights_on |
bool | front_dome_lights_on_is_valid |
bool | mood_lights_on |
bool | mood_lights_on_is_valid |
bool | rear_dome_lights_on |
bool | rear_dome_lights_on_is_valid |
Static Public Attributes | |
static const int64_t | CAN_ID = 0x416 |
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 376 of file pacmod3_core.h.
|
virtual |
Implements AS::Drivers::PACMod3::Pacmod3TxMsg.
Definition at line 419 of file pacmod3_core.cpp.
|
static |
Definition at line 380 of file pacmod3_core.h.
DimLevel AS::Drivers::PACMod3::InteriorLightsRptMsg::dim_level |
Definition at line 388 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::InteriorLightsRptMsg::dim_level_is_valid |
Definition at line 389 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::InteriorLightsRptMsg::front_dome_lights_on |
Definition at line 382 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::InteriorLightsRptMsg::front_dome_lights_on_is_valid |
Definition at line 383 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::InteriorLightsRptMsg::mood_lights_on |
Definition at line 386 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::InteriorLightsRptMsg::mood_lights_on_is_valid |
Definition at line 387 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::InteriorLightsRptMsg::rear_dome_lights_on |
Definition at line 384 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::InteriorLightsRptMsg::rear_dome_lights_on_is_valid |
Definition at line 385 of file pacmod3_core.h.