19 #include "gtest/gtest_prod.h" 20 #include "modules/canbus/proto/chassis_detail.pb.h" 29 ::apollo::canbus::ChassisDetail> {
31 static const int32_t
ID;
33 void Parse(
const std::uint8_t* bytes, int32_t length,
34 ChassisDetail* chassis)
const override;
35 FRIEND_TEST(Motioncommandfeedback1_22_test, General);
43 double llc_fbk_steeringanglesetpoint(
const std::uint8_t* bytes,
44 const int32_t length)
const;
51 double llc_fbk_throttlesetpoint(
const std::uint8_t* bytes,
52 const int32_t length)
const;
59 double llc_fbk_brakepercentsetpoint(
const std::uint8_t* bytes,
60 const int32_t length)
const;
67 int llc_motioncommandfeedback1_count(
const std::uint8_t* bytes,
68 const int32_t length)
const;
75 int llc_motioncommandfeedback1_check(
const std::uint8_t* bytes,
76 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
FRIEND_TEST(Motioncommandfeedback1_22_test, General)
static const int32_t ID
Definition: llc_motioncommandfeedback1_22.h:31
Definition: llc_motioncommandfeedback1_22.h:27
void Parse(const std::uint8_t *bytes, int32_t length, ChassisDetail *chassis) const override
Llcmotioncommandfeedback122()
The class of ProtocolData.