19 #include "modules/canbus/proto/chassis_detail.pb.h" 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 bool fuel_door_open_is_valid(
const std::uint8_t* bytes,
40 const int32_t length)
const;
46 bool trunk_open_is_valid(
const std::uint8_t* bytes,
47 const int32_t length)
const;
53 bool hood_open_is_valid(
const std::uint8_t* bytes,
54 const int32_t length)
const;
60 bool rear_pass_door_open_is_valid(
const std::uint8_t* bytes,
61 const int32_t length)
const;
67 bool rear_driver_door_open_is_valid(
const std::uint8_t* bytes,
68 const int32_t length)
const;
74 bool pass_door_open_is_valid(
const std::uint8_t* bytes,
75 const int32_t length)
const;
81 bool driver_door_open_is_valid(
const std::uint8_t* bytes,
82 const int32_t length)
const;
87 bool fuel_door_open(
const std::uint8_t* bytes,
const int32_t length)
const;
92 bool trunk_open(
const std::uint8_t* bytes,
const int32_t length)
const;
97 bool hood_open(
const std::uint8_t* bytes,
const int32_t length)
const;
103 bool rear_pass_door_open(
const std::uint8_t* bytes,
104 const int32_t length)
const;
110 bool rear_driver_door_open(
const std::uint8_t* bytes,
111 const int32_t length)
const;
116 bool pass_door_open(
const std::uint8_t* bytes,
const int32_t length)
const;
122 bool driver_door_open(
const std::uint8_t* bytes,
const int32_t length)
const;
Definition: door_rpt_417.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
The class of ProtocolData.
void Parse(const std::uint8_t *bytes, int32_t length, ChassisDetail *chassis) const override
static const int32_t ID
Definition: door_rpt_417.h:29