decode_telemetry

Function decode_telemetry 

Source
pub fn decode_telemetry(
    cursor: &mut Cursor<&mut BytesMut>,
) -> Result<TelemetryPacket, Error>
Expand description

Decode a telemetry packet sent by F1 2019

F1 2018 and F1 2019 publish the same data in their telemetry packets, but with different packet headers.