19 #include "modules/canbus/proto/chassis_detail.pb.h" 27 ::apollo::canbus::ChassisDetail> {
29 static const int32_t
ID;
31 void Parse(
const std::uint8_t* bytes, int32_t length,
32 ChassisDetail* chassis)
const override;
39 bool ignore_overrides(
const std::uint8_t* bytes,
const int32_t length)
const;
44 bool enable(
const std::uint8_t* bytes,
const int32_t length)
const;
49 bool clear_override(
const std::uint8_t* bytes,
const int32_t length)
const;
54 bool clear_faults(
const std::uint8_t* bytes,
const int32_t length)
const;
65 Dash_controls_left_cmd_10c::Dash_controls_buttonType dash_controls_button(
66 const std::uint8_t* bytes,
const int32_t length)
const;
static const int32_t ID
Definition: dash_controls_left_cmd_10c.h:29
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
This is the base class of protocol data.
Definition: protocol_data.h:44
void Parse(const std::uint8_t *bytes, int32_t length, ChassisDetail *chassis) const override
The class of ProtocolData.
Definition: dash_controls_left_cmd_10c.h:26