20 #include "modules/drivers/proto/conti_radar.pb.h" 24 namespace conti_radar {
26 using apollo::drivers::ContiRadar;
31 static const uint32_t
ID;
33 void Parse(
const std::uint8_t* bytes, int32_t length,
34 ContiRadar* conti_radar)
const override;
37 int object_id(
const std::uint8_t* bytes, int32_t length)
const;
39 double longitude_dist(
const std::uint8_t* bytes, int32_t length)
const;
41 double lateral_dist(
const std::uint8_t* bytes, int32_t length)
const;
43 double longitude_vel(
const std::uint8_t* bytes, int32_t length)
const;
45 double lateral_vel(
const std::uint8_t* bytes, int32_t length)
const;
47 double rcs(
const std::uint8_t* bytes, int32_t length)
const;
49 int dynprop(
const std::uint8_t* bytes, int32_t length)
const;
Definition: object_general_info_60b.h:28
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, ContiRadar *conti_radar) const override
static const uint32_t ID
Definition: object_general_info_60b.h:31
The class of ProtocolData.