19 #include "modules/canbus/proto/chassis_detail.pb.h" 27 ::apollo::canbus::ChassisDetail> {
29 static const int32_t
ID;
37 void Reset()
override;
50 Torque_control_a3::Driven_enable_controlType driven_enable_control);
56 void set_p_driven_torque(uint8_t* data,
double driven_torque);
63 void set_p_driven_enable_control(
65 Torque_control_a3::Driven_enable_controlType driven_enable_control);
68 double driven_torque_;
69 Torque_control_a3::Driven_enable_controlType driven_enable_control_;
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
Definition: torque_control_a3.h:26
This is the base class of protocol data.
Definition: protocol_data.h:44
void UpdateData(uint8_t *data) override
Torquecontrola3 * set_driven_torque(double driven_torque)
uint32_t GetPeriod() const override
Torquecontrola3 * set_driven_enable_control(Torque_control_a3::Driven_enable_controlType driven_enable_control)
static const int32_t ID
Definition: torque_control_a3.h:29
The class of ProtocolData.