Possibility of swap rider in the pits
New Forum Software: https://forum.piboso.com/index.php?topic=6568
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
[entry0]
guid = ...
race_number = ...
name = ...
name_prefix = ...
bike_id = ...
team = ...
color = ...
extra = ...
CLASSIFICATION
Session
Status
Session Timer (milliseconds)
Session Length (minutes)
Session Lap
Number of Laps
for each entry:
Race Number
if the session is practice (practice, qualify, warmup)
Best Lap (milliseconds)
if the best lap is not zero
Lap Number
Total Laps
Gap (milliseconds, -- if zero)
Speed Trap (meters/s)
endif
else
Race Time (milliseconds) or Status (DNS/DSQ)
if Race Time is not zero
Lap Number
Gap (milliseconds or L if lapped)
endif
endelse
Bike Status (TRK/PIT)
endfor
Empty string after the last entry
CLASSIFICATION
PRACTICE <- session
INPROGRESS <- status
300000 <- timer
5 <- session length
1 <- session lap
0 <- number of laps
1 <- ?
1 <- ?
1 <- ?
94 <- number rider
107619 <- best lap
1 <- lap number
1 <- total laps
-- <- gap
278.9 <- speed trap
TRK <- bike status
CLASSIFICATION
RACE <- session
INPROGRESS <- status
133409 <- timer
0 <- length
1 <- lap
3 <- number of laps
2 <- ?
1 <- ?
1 <- ?
94 <- number rider
101801 <- race time
1 <- lap number
-- <- gap
-- <- ?