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 user_interaction_is_valid(
const std::uint8_t* bytes,
40 const int32_t length)
const;
46 bool user_interaction(
const std::uint8_t* bytes,
const int32_t length)
const;
52 bool raw_pedal_force_is_valid(
const std::uint8_t* bytes,
53 const int32_t length)
const;
59 double raw_pedal_force(
const std::uint8_t* bytes,
const int32_t length)
const;
65 bool raw_pedal_pos_is_valid(
const std::uint8_t* bytes,
66 const int32_t length)
const;
71 double raw_pedal_pos(
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
Definition: accel_aux_rpt_300.h:26
The class of ProtocolData.
void Parse(const std::uint8_t *bytes, int32_t length, ChassisDetail *chassis) const override
static const int32_t ID
Definition: accel_aux_rpt_300.h:29