StatusCode
StatusCodes for various errors.
Definition: status.h:27
StatusCode steering_pedal_calib_init(SteeringStorage *storage)
Initialize pedal calibration module.
Definition: pedal_calib.c:67
StatusCode steering_pedal_calib_request(SteeringStorage *storage)
Request calibration start via CAN — safe to call from any task.
Definition: pedal_calib.c:81
bool steering_pedal_calib_is_active(SteeringStorage *storage)
Check if calibration is currently active.
Definition: pedal_calib.c:145
StatusCode steering_pedal_calib_rx(SteeringStorage *storage)
Handle CAN status updates from front controller during calibration.
Definition: pedal_calib.c:100
Steering storage.
Definition: steering.h:110