Changes

Jump to navigation Jump to search
→‎Using the data: Info about the lap counter updated
Line 297: Line 297:  
* A race ends when the race state changes from ''Running'' to ''Finished'' or ''BeforeState''. In order to distinguish between finish and restart, it's necessary to check whether the checkpoint count has increased.
 
* A race ends when the race state changes from ''Running'' to ''Finished'' or ''BeforeState''. In order to distinguish between finish and restart, it's necessary to check whether the checkpoint count has increased.
 
* It is not guaranteed that the checkpoint time has been updated at the same time as the checkpoint number is raised.
 
* It is not guaranteed that the checkpoint time has been updated at the same time as the checkpoint number is raised.
* There is no a lap counter. In a multi-lap race, you can not detect if a lap has been completed.
+
* The current lap of a multi-lap race can be determined by dividing NbCheckpoints by NbCheckpointsPerLap.
 
* The provided telemetry data records are not cleared after a race ends.
 
* The provided telemetry data records are not cleared after a race ends.
  

Navigation menu