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;
38 int vin07(
const std::uint8_t* bytes,
const int32_t length)
const;
43 int vin06(
const std::uint8_t* bytes,
const int32_t length)
const;
48 int vin05(
const std::uint8_t* bytes,
const int32_t length)
const;
53 int vin04(
const std::uint8_t* bytes,
const int32_t length)
const;
58 int vin03(
const std::uint8_t* bytes,
const int32_t length)
const;
63 int vin02(
const std::uint8_t* bytes,
const int32_t length)
const;
68 int vin00(
const std::uint8_t* bytes,
const int32_t length)
const;
73 int vin01(
const std::uint8_t* bytes,
const int32_t length)
const;
static const int32_t ID
Definition: vin_resp1_391.h:29
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
The class of ProtocolData.
Definition: vin_resp1_391.h:26