[−][src]Module f1_api::packet::telemetry
Telemetry data coming from a car
The F1 games publish telemetry data about each car at a configurable rate. The telemetry data includes physical properties of the car, e.g. its speed, but also information about the controls that are applied, e.g. which buttons are being pressed.
Structs
| Button | A bit field with currently pressed buttons. |
| Telemetry | Telemetry data coming from a car |
| TelemetryPacket | Packet containing the telemetry of all cars in the session |
Enums
| Gear | Gears of a Formula One car |
| Surface | Surfaces that a tyre can come in contact with in the F1 games |