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 Steer_status__512::Steer_angle_en_stsType steer_angle_en_sts(
42 const std::uint8_t* bytes,
const int32_t length)
const;
48 double steer_angle_sts(
const std::uint8_t* bytes,
const int32_t length)
const;
54 Steer_status__512::Steer_errType steer_err(
const std::uint8_t* bytes,
55 const int32_t length)
const;
61 Steer_status__512::Sensor_errType sensor_err(
const std::uint8_t* bytes,
62 const int32_t length)
const;
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
static const int32_t ID
Definition: steer_status__512.h:29
This is the base class of protocol data.
Definition: protocol_data.h:44
Definition: steer_status__512.h:26
The class of ProtocolData.
void Parse(const std::uint8_t *bytes, int32_t length, ChassisDetail *chassis) const override