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 double throttle_pedal_actual(
const std::uint8_t* bytes,
40 const int32_t length)
const;
48 Throttle_report_500::Throttle_flt2Type throttle_flt2(
49 const std::uint8_t* bytes,
const int32_t length)
const;
56 Throttle_report_500::Throttle_flt1Type throttle_flt1(
57 const std::uint8_t* bytes,
const int32_t length)
const;
65 Throttle_report_500::Throttle_en_stateType throttle_en_state(
66 const std::uint8_t* bytes,
const int32_t length)
const;
static const int32_t ID
Definition: throttle_report_500.h:29
Definition: throttle_report_500.h:26
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.