Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 276 Bytes

checkpoint.md

File metadata and controls

17 lines (13 loc) · 276 Bytes

Back to index

Checkpoint (Class 3, Type 6)

Size Type Comment
4 Float Lap or sector time
4 Float Timestamp
1 Integer Lap number
1 Integer Sector
variable Unknown

Sector number calculated with the following code:

num = (sector >> 6) & 3