#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 | front_spraying |
bool | front_spraying_is_valid |
bool | front_wiping |
bool | front_wiping_is_valid |
bool | rear_spraying |
bool | rear_spraying_is_valid |
bool | rear_wiping |
bool | rear_wiping_is_valid |
bool | spray_empty |
bool | spray_empty_is_valid |
bool | spray_near_empty |
bool | spray_near_empty_is_valid |
Static Public Attributes | |
static const int64_t | CAN_ID = 0x334 |
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 339 of file pacmod3_core.h.
|
virtual |
Implements AS::Drivers::PACMod3::Pacmod3TxMsg.
Definition at line 754 of file pacmod3_core.cpp.
|
static |
Definition at line 343 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::WiperAuxRptMsg::front_spraying |
Definition at line 346 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::WiperAuxRptMsg::front_spraying_is_valid |
Definition at line 352 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::WiperAuxRptMsg::front_wiping |
Definition at line 345 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::WiperAuxRptMsg::front_wiping_is_valid |
Definition at line 351 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::WiperAuxRptMsg::rear_spraying |
Definition at line 348 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::WiperAuxRptMsg::rear_spraying_is_valid |
Definition at line 354 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::WiperAuxRptMsg::rear_wiping |
Definition at line 347 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::WiperAuxRptMsg::rear_wiping_is_valid |
Definition at line 353 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::WiperAuxRptMsg::spray_empty |
Definition at line 350 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::WiperAuxRptMsg::spray_empty_is_valid |
Definition at line 356 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::WiperAuxRptMsg::spray_near_empty |
Definition at line 349 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::WiperAuxRptMsg::spray_near_empty_is_valid |
Definition at line 355 of file pacmod3_core.h.