17#pragma GCC diagnostic push
18#pragma GCC diagnostic ignored "-Wpedantic"
20#pragma GCC diagnostic pop
Definition of the CarState structure representing the state of the car.
Telemetry class for managing telemetry data transmission over CAN bus Grabs and sends telemetry frame...
void sendMotor()
Internal helper to get and send the motor telemetry frame.
void sendPedal()
Internal helper to get and send the Pedal telemetry frame.
void sendBms()
Internal helper to get and send the BMS telemetry frame.
Represents the state of the car. Holds telemetry data and status, used as central data sharing struct...