19 #include "gtest/gtest_prod.h" 20 #include "modules/canbus/proto/chassis_detail.pb.h" 28 ::apollo::canbus::ChassisDetail> {
30 static const int32_t
ID;
32 void Parse(
const std::uint8_t* bytes, int32_t length,
33 ChassisDetail* chassis)
const override;
35 FRIEND_TEST(llc_motionfeedback2_21Test, motion_fdk);
41 double llc_fbk_vehiclespeed(
const std::uint8_t* bytes,
42 const int32_t length)
const;
48 int llc_motionfeedback2_counter(
const std::uint8_t* bytes,
49 const int32_t length)
const;
55 int llc_motionfeedback2_checksum(
const std::uint8_t* bytes,
56 const int32_t length)
const;
63 double llc_fbk_steeringrate(
const std::uint8_t* bytes,
64 const int32_t length)
const;
70 double llc_fbk_steeringangle(
const std::uint8_t* bytes,
71 const int32_t length)
const;
void Parse(const std::uint8_t *bytes, int32_t length, ChassisDetail *chassis) const override
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
Definition: llc_motionfeedback2_21.h:27
FRIEND_TEST(llc_motionfeedback2_21Test, motion_fdk)
The class of ProtocolData.
static const int32_t ID
Definition: llc_motionfeedback2_21.h:30