#include <pacmod3_core.h>
Public Member Functions | |
void | parse (uint8_t *in) |
SystemRptFloatMsg () | |
Public Member Functions inherited from AS::Drivers::PACMod3::SystemRptMsg | |
bool | isSystem () |
SystemRptMsg () | |
Public Attributes | |
double | command |
double | manual_input |
double | 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 101 of file pacmod3_core.h.
SystemRptFloatMsg::SystemRptFloatMsg | ( | ) |
Definition at line 256 of file pacmod3_core.cpp.
|
virtual |
Implements AS::Drivers::PACMod3::Pacmod3TxMsg.
Definition at line 308 of file pacmod3_core.cpp.
double AS::Drivers::PACMod3::SystemRptFloatMsg::command |
Definition at line 108 of file pacmod3_core.h.
double AS::Drivers::PACMod3::SystemRptFloatMsg::manual_input |
Definition at line 107 of file pacmod3_core.h.
double AS::Drivers::PACMod3::SystemRptFloatMsg::output |
Definition at line 109 of file pacmod3_core.h.