19 #include "modules/canbus/proto/chassis_detail.pb.h" 27 ::apollo::canbus::ChassisDetail> {
29 static const int32_t
ID;
37 void Reset()
override;
51 Pc_vcu_205::Pc_accpedenableType pc_accpedenable);
86 void set_p_pc_accpedreq(uint8_t* data,
double pc_accpedreq);
93 void set_p_pc_accpedenable(uint8_t* data,
94 Pc_vcu_205::Pc_accpedenableType pc_accpedenable);
100 void set_p_pc_torqreq(uint8_t* data,
double pc_torqreq);
107 void set_p_pc_torqenable(uint8_t* data,
108 Pc_vcu_205::Pc_torqenableType pc_torqenable);
116 void set_p_pc_gearreq(uint8_t* data, Pc_vcu_205::Pc_gearreqType pc_gearreq);
123 void set_p_pc_gearenable(uint8_t* data,
124 Pc_vcu_205::Pc_gearenableType pc_gearenable);
127 double pc_accpedreq_;
128 Pc_vcu_205::Pc_accpedenableType pc_accpedenable_;
130 Pc_vcu_205::Pc_torqenableType pc_torqenable_;
131 Pc_vcu_205::Pc_gearreqType pc_gearreq_;
132 Pc_vcu_205::Pc_gearenableType pc_gearenable_;
Pcvcu205 * set_pc_accpedenable(Pc_vcu_205::Pc_accpedenableType pc_accpedenable)
Pcvcu205 * set_pc_torqreq(double pc_torqreq)
Pcvcu205 * set_pc_gearreq(Pc_vcu_205::Pc_gearreqType pc_gearreq)
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 UpdateData(uint8_t *data) override
Definition: pc_vcu_205.h:26
static const int32_t ID
Definition: pc_vcu_205.h:29
uint32_t GetPeriod() const override
The class of ProtocolData.
Pcvcu205 * set_pc_torqenable(Pc_vcu_205::Pc_torqenableType pc_torqenable)
Pcvcu205 * set_pc_accpedreq(double pc_accpedreq)
Pcvcu205 * set_pc_gearenable(Pc_vcu_205::Pc_gearenableType pc_gearenable)