Data Fields

OutGaugePack Struct Reference

OutGaugePack. More...

#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

Detailed Description

OutGaugePack.

Definition at line 2578 of file ispackets.h.


Field Documentation

time in milliseconds (to check order)

Definition at line 2580 of file ispackets.h.

Car name.

Definition at line 2582 of file ispackets.h.

Info (see OG_x)

Definition at line 2583 of file ispackets.h.

Reverse:0, Neutral:1, First:2...

Definition at line 2584 of file ispackets.h.

Unique ID of viewed player (0 = none)

Definition at line 2585 of file ispackets.h.

M/S.

Definition at line 2586 of file ispackets.h.

RPM.

Definition at line 2587 of file ispackets.h.

BAR.

Definition at line 2588 of file ispackets.h.

C.

Definition at line 2589 of file ispackets.h.

0 to 1

Definition at line 2590 of file ispackets.h.

BAR.

Definition at line 2591 of file ispackets.h.

C.

Definition at line 2592 of file ispackets.h.

Dash lights available (see DL_x)

Definition at line 2593 of file ispackets.h.

Dash lights currently switched on.

Definition at line 2594 of file ispackets.h.

0 to 1

Definition at line 2595 of file ispackets.h.

0 to 1

Definition at line 2596 of file ispackets.h.

0 to 1

Definition at line 2597 of file ispackets.h.

Usually Fuel.

Definition at line 2598 of file ispackets.h.

Usually Settings.

Definition at line 2599 of file ispackets.h.

optional - only if OutGauge ID is specified

Definition at line 2601 of file ispackets.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Variables Enumerator Defines