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 Fbs2_240::FlwheeldirectionType flwheeldirection(
const std::uint8_t* bytes,
42 const int32_t length)
const;
48 double frwheelspd(
const std::uint8_t* bytes,
const int32_t length)
const;
57 Fbs2_240::RlwheeldrivedirectionType rlwheeldrivedirection(
58 const std::uint8_t* bytes,
const int32_t length)
const;
64 double rlwheelspd(
const std::uint8_t* bytes,
const int32_t length)
const;
72 Fbs2_240::RrwheeldirectionType rrwheeldirection(
const std::uint8_t* bytes,
73 const int32_t length)
const;
79 double rrwheelspd(
const std::uint8_t* bytes,
const int32_t length)
const;
85 double vehiclespd(
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: fbs2_240.h:29
void Parse(const std::uint8_t *bytes, int32_t length, ChassisDetail *chassis) const override
The class of ProtocolData.
Definition: fbs2_240.h:26