19 #include "modules/canbus/proto/chassis_detail.pb.h" 27 ::apollo::canbus::ChassisDetail> {
29 static const int32_t
ID;
37 void Reset()
override;
50 Brake_control_a4::Brake_enable_controlType brake_enable_control);
56 void set_p_brake_torque(uint8_t* data,
double brake_torque);
63 void set_p_brake_enable_control(
65 Brake_control_a4::Brake_enable_controlType brake_enable_control);
69 Brake_control_a4::Brake_enable_controlType brake_enable_control_;
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
static const int32_t ID
Definition: brake_control_a4.h:29
This is the base class of protocol data.
Definition: protocol_data.h:44
Brakecontrola4 * set_brake_torque(double brake_torque)
uint32_t GetPeriod() const override
void UpdateData(uint8_t *data) override
Brakecontrola4 * set_brake_enable_control(Brake_control_a4::Brake_enable_controlType brake_enable_control)
Definition: brake_control_a4.h:26
The class of ProtocolData.