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 double pasdistance4(
const std::uint8_t* bytes,
const int32_t length)
const;
45 double pasdistance3(
const std::uint8_t* bytes,
const int32_t length)
const;
51 bool pas_f1_status(
const std::uint8_t* bytes,
const int32_t length)
const;
57 bool pas_f2_status(
const std::uint8_t* bytes,
const int32_t length)
const;
63 bool pas_f3_status(
const std::uint8_t* bytes,
const int32_t length)
const;
69 bool pas_f4_status(
const std::uint8_t* bytes,
const int32_t length)
const;
75 double pasdistance2(
const std::uint8_t* bytes,
const int32_t length)
const;
80 double pasdistance1(
const std::uint8_t* bytes,
const int32_t length)
const;
Definition: pas_1st_data_311.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
void Parse(const std::uint8_t *bytes, int32_t length, ChassisDetail *chassis) const override
static const int32_t ID
Definition: pas_1st_data_311.h:29
The class of ProtocolData.