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 speed(
const std::uint8_t* bytes,
const int32_t length)
const;
45 double acc_speed(
const std::uint8_t* bytes,
const int32_t length)
const;
52 Ecu_status_1_515::Ctrl_stsType ctrl_sts(
const std::uint8_t* bytes,
53 const int32_t length)
const;
59 int chassis_sts(
const std::uint8_t* bytes,
const int32_t length)
const;
65 int chassis_err(
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
void Parse(const std::uint8_t *bytes, int32_t length, ChassisDetail *chassis) const override
Definition: ecu_status_1_515.h:26
static const int32_t ID
Definition: ecu_status_1_515.h:29
The class of ProtocolData.