#include <pacmod3_core.h>
Public Member Functions | |
void | parse (uint8_t *in) |
SystemRptIntMsg () | |
Public Member Functions inherited from AS::Drivers::PACMod3::SystemRptMsg | |
bool | isSystem () |
SystemRptMsg () | |
Public Attributes | |
uint8_t | command |
uint8_t | manual_input |
uint8_t | output |
Public Attributes inherited from AS::Drivers::PACMod3::SystemRptMsg | |
bool | command_output_fault |
bool | enabled |
bool | input_output_fault |
bool | output_reported_fault |
bool | override_active |
bool | pacmod_fault |
bool | vehicle_fault |
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 88 of file pacmod3_core.h.
SystemRptIntMsg::SystemRptIntMsg | ( | ) |
Definition at line 249 of file pacmod3_core.cpp.
|
virtual |
Implements AS::Drivers::PACMod3::Pacmod3TxMsg.
Definition at line 293 of file pacmod3_core.cpp.
uint8_t AS::Drivers::PACMod3::SystemRptIntMsg::command |
Definition at line 95 of file pacmod3_core.h.
uint8_t AS::Drivers::PACMod3::SystemRptIntMsg::manual_input |
Definition at line 94 of file pacmod3_core.h.
uint8_t AS::Drivers::PACMod3::SystemRptIntMsg::output |
Definition at line 96 of file pacmod3_core.h.