Package | Description |
---|---|
com.SIMRacingApps.SIMPlugins.iRacing | |
com.SIMRacingApps.SIMPlugins.iRacing.Gauges | |
com.SIMRacingApps.Util |
Modifier and Type | Method and Description |
---|---|
void |
iRacingGauge._onDataVersionChange(State status,
int currentLap,
double sessionTime,
double lapCompletedPercent,
double trackLength) |
Modifier and Type | Method and Description |
---|---|
void |
WindshieldTearoff._onDataVersionChange(State status,
int currentLap,
double sessionTime,
double lapCompletedPercent,
double trackLength) |
void |
TirePressure._onDataVersionChange(State status,
int currentLap,
double sessionTime,
double lapCompletedPercent,
double trackLength) |
void |
Speedometer._onDataVersionChange(State state,
int currentLap,
double sessionTime,
double lapCompletedPercent,
double trackLength) |
void |
FuelLevel._onDataVersionChange(State status,
int currentLap,
double sessionTime,
double lapCompletedPercent,
double trackLength) |
void |
FastRepairs._onDataVersionChange(State status,
int currentLap,
double sessionTime,
double lapCompletedPercent,
double trackLength) |
void |
Changeables._onDataVersionChange(State status,
int currentLap,
double sessionTime,
double lapCompletedPercent,
double trackLength) |
void |
Accelometer._onDataVersionChange(State status,
int currentLap,
double sessionTime,
double lapCompletedPercent,
double trackLength) |
Modifier and Type | Method and Description |
---|---|
boolean |
State.equals(State state)
Returns true if the current state equals the specified state object.
|
boolean |
State.equalsPrevious(State state)
Returns true if the previous state equals the specified state object.
|
void |
State.setState(State state)
Changes to the specified state using the starting time of the last time the state was started.
|
Constructor and Description |
---|
State(State state)
Copy constructor for creating a duplicate a state
|