26 #include "modules/canbus/proto/chassis_detail.pb.h" 43 ::apollo::canbus::ChassisDetail> {
45 static const int32_t
ID;
53 virtual void Parse(
const std::uint8_t *bytes, int32_t length,
54 ChassisDetail *chassis_detail)
const;
63 virtual void Parse(
const std::uint8_t *bytes, int32_t length,
64 const struct timeval ×tamp,
65 ChassisDetail *chassis_detail)
const;
77 double front_left_wheel_speed(
const std::uint8_t *bytes,
78 int32_t length)
const;
89 double front_right_wheel_speed(
const std::uint8_t *bytes,
90 int32_t length)
const;
101 double rear_left_wheel_speed(
const std::uint8_t *bytes, int32_t length)
const;
112 double rear_right_wheel_speed(
const std::uint8_t *bytes,
113 int32_t length)
const;
115 double parse_two_frames(
const std::uint8_t low_byte,
116 const std::uint8_t high_byte)
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
one of the protocol data of lincoln vehicle
Definition: wheelspeed_6a.h:42
static const int32_t ID
Definition: wheelspeed_6a.h:45
The class of ProtocolData.
virtual void Parse(const std::uint8_t *bytes, int32_t length, ChassisDetail *chassis_detail) const