| InSim
    0.6c
    Documentation of Live for Speed InSim Protocol | 
#include <ispackets.h>
| Data Fields | |
| unsigned | Time | 
| time in milliseconds (to check order) | |
| char | Car [4] | 
| Car name. | |
| word | Flags | 
| Info (see OG_x) | |
| byte | Gear | 
| Reverse:0, Neutral:1, First:2... | |
| byte | PLID | 
| Unique ID of viewed player (0 = none) | |
| float | Speed | 
| M/S. | |
| float | RPM | 
| RPM. | |
| float | Turbo | 
| BAR. | |
| float | EngTemp | 
| C. | |
| float | Fuel | 
| 0 to 1 | |
| float | OilPressure | 
| BAR. | |
| float | OilTemp | 
| C. | |
| unsigned | DashLights | 
| Dash lights available (see DL_x) | |
| unsigned | ShowLights | 
| Dash lights currently switched on. | |
| float | Throttle | 
| 0 to 1 | |
| float | Brake | 
| 0 to 1 | |
| float | Clutch | 
| 0 to 1 | |
| char | Display1 [16] | 
| Usually Fuel. | |
| char | Display2 [16] | 
| Usually Settings. | |
| int | ID | 
| optional - only if OutGauge ID is specified | |
Definition at line 2595 of file ispackets.h.
| float OutGaugePack::Brake | 
0 to 1
Definition at line 2613 of file ispackets.h.
| char OutGaugePack::Car[4] | 
Car name.
Definition at line 2599 of file ispackets.h.
| float OutGaugePack::Clutch | 
0 to 1
Definition at line 2614 of file ispackets.h.
| unsigned OutGaugePack::DashLights | 
Dash lights available (see DL_x)
Definition at line 2610 of file ispackets.h.
| char OutGaugePack::Display1[16] | 
Usually Fuel.
Definition at line 2615 of file ispackets.h.
| char OutGaugePack::Display2[16] | 
Usually Settings.
Definition at line 2616 of file ispackets.h.
| float OutGaugePack::EngTemp | 
C.
Definition at line 2606 of file ispackets.h.
| word OutGaugePack::Flags | 
Info (see OG_x)
Definition at line 2600 of file ispackets.h.
| float OutGaugePack::Fuel | 
0 to 1
Definition at line 2607 of file ispackets.h.
| byte OutGaugePack::Gear | 
Reverse:0, Neutral:1, First:2...
Definition at line 2601 of file ispackets.h.
| int OutGaugePack::ID | 
optional - only if OutGauge ID is specified
Definition at line 2618 of file ispackets.h.
BAR.
Definition at line 2608 of file ispackets.h.
| float OutGaugePack::OilTemp | 
C.
Definition at line 2609 of file ispackets.h.
| byte OutGaugePack::PLID | 
Unique ID of viewed player (0 = none)
Definition at line 2602 of file ispackets.h.
| float OutGaugePack::RPM | 
RPM.
Definition at line 2604 of file ispackets.h.
| unsigned OutGaugePack::ShowLights | 
Dash lights currently switched on.
Definition at line 2611 of file ispackets.h.
| float OutGaugePack::Speed | 
M/S.
Definition at line 2603 of file ispackets.h.
| float OutGaugePack::Throttle | 
0 to 1
Definition at line 2612 of file ispackets.h.
| unsigned OutGaugePack::Time | 
time in milliseconds (to check order)
Definition at line 2597 of file ispackets.h.
| float OutGaugePack::Turbo | 
BAR.
Definition at line 2605 of file ispackets.h.
 1.7.6.1
 1.7.6.1