Possibility of swap rider in the pits
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 = ...
Quote from: PiBoSo on November 16, 2023, 02:17:03 PMQuote from: Ricoway46 on November 13, 2023, 09:21:47 PMIt's still me I would ask another request if possible:
Would it be possible to add the best of the various splits in CLASSIFICATION for each rider in addition to the best lap?
Thank you
Just for the "practice" sessions, or race, too?
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
-- <- ?