InSim
0.6c
Documentation of Live for Speed InSim Protocol
|
LAP time. More...
#include <ispackets.h>
Data Fields | |
byte | Size |
20 | |
byte | Type |
ISP_LAP. | |
byte | ReqI |
0 | |
byte | PLID |
player's unique id | |
unsigned | LTime |
lap time (ms) | |
unsigned | ETime |
total time (ms) | |
word | LapsDone |
laps completed | |
word | Flags |
player flags | |
byte | Sp0 |
byte | Penalty |
current penalty value | |
byte | NumStops |
number of pit stops | |
byte | Sp3 |
LAP time.
Definition at line 1485 of file ispackets.h.
unsigned IS_LAP::ETime |
total time (ms)
Definition at line 1493 of file ispackets.h.
word IS_LAP::Flags |
Definition at line 1496 of file ispackets.h.
word IS_LAP::LapsDone |
laps completed
Definition at line 1495 of file ispackets.h.
unsigned IS_LAP::LTime |
lap time (ms)
Definition at line 1492 of file ispackets.h.
byte IS_LAP::NumStops |
number of pit stops
Definition at line 1500 of file ispackets.h.
byte IS_LAP::Penalty |
current penalty value
Definition at line 1499 of file ispackets.h.
byte IS_LAP::PLID |
player's unique id
Definition at line 1490 of file ispackets.h.
byte IS_LAP::ReqI |
0
Definition at line 1489 of file ispackets.h.
byte IS_LAP::Size |
20
Definition at line 1487 of file ispackets.h.
byte IS_LAP::Sp0 |
Definition at line 1498 of file ispackets.h.
byte IS_LAP::Sp3 |
Definition at line 1501 of file ispackets.h.
byte IS_LAP::Type |
ISP_LAP.
Definition at line 1488 of file ispackets.h.