#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 | driver_seat_occupied |
bool | driver_seat_occupied_is_valid |
bool | driver_seatbelt_buckled |
bool | driver_seatbelt_buckled_is_valid |
bool | passenger_seat_occupied |
bool | passenger_seat_occupied_is_valid |
bool | passenger_seatbelt_buckled |
bool | passenger_seatbelt_buckled_is_valid |
bool | rear_seat_occupied |
bool | rear_seat_occupied_is_valid |
bool | rear_seatbelt_buckled |
bool | rear_seatbelt_buckled_is_valid |
Static Public Attributes | |
static const int64_t | CAN_ID = 0x415 |
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 394 of file pacmod3_core.h.
|
virtual |
Implements AS::Drivers::PACMod3::Pacmod3TxMsg.
Definition at line 479 of file pacmod3_core.cpp.
|
static |
Definition at line 398 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::OccupancyRptMsg::driver_seat_occupied |
Definition at line 400 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::OccupancyRptMsg::driver_seat_occupied_is_valid |
Definition at line 401 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::OccupancyRptMsg::driver_seatbelt_buckled |
Definition at line 406 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::OccupancyRptMsg::driver_seatbelt_buckled_is_valid |
Definition at line 407 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::OccupancyRptMsg::passenger_seat_occupied |
Definition at line 402 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::OccupancyRptMsg::passenger_seat_occupied_is_valid |
Definition at line 403 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::OccupancyRptMsg::passenger_seatbelt_buckled |
Definition at line 408 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::OccupancyRptMsg::passenger_seatbelt_buckled_is_valid |
Definition at line 409 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::OccupancyRptMsg::rear_seat_occupied |
Definition at line 404 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::OccupancyRptMsg::rear_seat_occupied_is_valid |
Definition at line 405 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::OccupancyRptMsg::rear_seatbelt_buckled |
Definition at line 410 of file pacmod3_core.h.
bool AS::Drivers::PACMod3::OccupancyRptMsg::rear_seatbelt_buckled_is_valid |
Definition at line 411 of file pacmod3_core.h.