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;
40 Scu_bcs_2_307::Bcs_vehspdvdType bcs_vehspdvd(
const std::uint8_t* bytes,
41 const int32_t length)
const;
47 double bcs_yawrate(
const std::uint8_t* bytes,
const int32_t length)
const;
53 double bcs_vehspd(
const std::uint8_t* bytes,
const int32_t length)
const;
60 double bcs_vehlongaccel(
const std::uint8_t* bytes,
61 const int32_t length)
const;
67 double bcs_vehlataccel(
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: scu_bcs_2_307.h:29
void Parse(const std::uint8_t *bytes, int32_t length, ChassisDetail *chassis) const override
The class of ProtocolData.
Definition: scu_bcs_2_307.h:26