Module: LiveF1::Packet::Type

Defined in:
lib/live_f1/packet.rb

Overview

There are 4 broad categories of packet, where the only difference is how we work out how many bytes of data are expected from the stream.

As described in the Header documentation, the 2 header bytes are split into information about the packet type and corresponding car, along with up to 7 bits of payload data.

Defined Under Namespace

Modules: Long, Short, Special, Timestamp