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;
41 Enable_state_feedback_c3::Parking_enable_stateType parking_enable_state(
42 const std::uint8_t* bytes,
const int32_t length)
const;
50 Enable_state_feedback_c3::Steering_enable_stateType steering_enable_state(
51 const std::uint8_t* bytes,
const int32_t length)
const;
59 Enable_state_feedback_c3::Gear_enable_actualType gear_enable_actual(
60 const std::uint8_t* bytes,
const int32_t length)
const;
67 Enable_state_feedback_c3::Driven_enable_stateType driven_enable_state(
68 const std::uint8_t* bytes,
const int32_t length)
const;
75 Enable_state_feedback_c3::Brake_enable_stateType brake_enable_state(
76 const std::uint8_t* bytes,
const int32_t length)
const;
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
static const int32_t ID
Definition: enable_state_feedback_c3.h:29
Definition: enable_state_feedback_c3.h:26
The class of ProtocolData.
void Parse(const std::uint8_t *bytes, int32_t length, ChassisDetail *chassis) const override