19 #include "modules/canbus/proto/chassis_detail.pb.h" 24 namespace neolix_edu {
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;
39 int aeb_state(
const std::uint8_t* bytes,
const int32_t length)
const;
45 bool aeb_brakestate(
const std::uint8_t* bytes,
const int32_t length)
const;
52 int faultrank(
const std::uint8_t* bytes,
const int32_t length)
const;
58 int currenttemperature(
const std::uint8_t* bytes,
const int32_t length)
const;
64 bool pas_f1_stop(
const std::uint8_t* bytes,
const int32_t length)
const;
70 bool pas_f2_stop(
const std::uint8_t* bytes,
const int32_t length)
const;
76 bool pas_f3_stop(
const std::uint8_t* bytes,
const int32_t length)
const;
82 bool pas_f4_stop(
const std::uint8_t* bytes,
const int32_t length)
const;
88 bool pas_b1_stop(
const std::uint8_t* bytes,
const int32_t length)
const;
94 bool pas_b2_stop(
const std::uint8_t* bytes,
const int32_t length)
const;
100 bool pas_b3_stop(
const std::uint8_t* bytes,
const int32_t length)
const;
106 bool pas_b4_stop(
const std::uint8_t* bytes,
const int32_t length)
const;
112 int aeb_livecounter_rear(
const std::uint8_t* bytes,
113 const int32_t length)
const;
118 int aeb_cheksum(
const std::uint8_t* bytes,
const int32_t length)
const;
Definition: aeb_systemstate_11.h:26
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: aeb_systemstate_11.h:29
void Parse(const std::uint8_t *bytes, int32_t length, ChassisDetail *chassis) const override
The class of ProtocolData.