#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 | SpareB |
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 2215 of file ispackets.h.
unsigned OutGaugePack::Time |
char OutGaugePack::Car[4] |
word OutGaugePack::Flags |
byte OutGaugePack::Gear |
byte OutGaugePack::SpareB |
Definition at line 2222 of file ispackets.h.
float OutGaugePack::Speed |
float OutGaugePack::RPM |
float OutGaugePack::Turbo |
float OutGaugePack::EngTemp |
float OutGaugePack::Fuel |
float OutGaugePack::OilTemp |
unsigned OutGaugePack::DashLights |
unsigned OutGaugePack::ShowLights |
float OutGaugePack::Throttle |
float OutGaugePack::Brake |
float OutGaugePack::Clutch |
char OutGaugePack::Display1[16] |
char OutGaugePack::Display2[16] |
int OutGaugePack::ID |