Package | Description |
---|---|
com.SIMRacingApps |
This package is the root level package of com.SIMRacingapps.
|
com.SIMRacingApps.servlets | |
com.SIMRacingApps.SIMPluginCallbacks | |
com.SIMRacingApps.SIMPluginCallbacks.DataPublisher | |
com.SIMRacingApps.SIMPluginCallbacks.LIFX | |
com.SIMRacingApps.SIMPluginCallbacks.MSPEC | |
com.SIMRacingApps.SIMPluginCallbacks.Sounds | |
com.SIMRacingApps.SIMPluginCallbacks.Template | |
com.SIMRacingApps.SIMPlugins.iRacing |
Modifier and Type | Method and Description |
---|---|
static SIMPlugin |
SIMPlugin.createSIMPlugin(java.lang.String SIM)
A static factory method for creating a SIM specific connector and returning it.
|
boolean |
SIMPlugin.Callback.DataReady(SIMPlugin SIMPlugin,
java.lang.Integer ips)
Called when data is ready to be used.
|
Data |
SIMPlugin.getData(java.lang.String path)
Returns a value from the SIM.
|
boolean |
SIMPlugin.Callback.Waiting(SIMPlugin SIMPlugin)
Called when the connector is not getting data from the SIM.
|
Modifier and Type | Method and Description |
---|---|
static Data |
DataService.getData(java.lang.String datapath)
Used by the servlets to return a data from the SIM directly, bypassing the cache.
|
static Data |
DataService.getSIMName() |
static Data |
DataService.getSIMVersion() |
Constructor and Description |
---|
SIMPluginCallback(SIMPlugin SIMPlugin,
java.lang.String name)
Constructor.
|
Constructor and Description |
---|
Post(SIMPlugin SIMPlugin)
Constructor.
|
Constructor and Description |
---|
Flags(SIMPlugin SIMPlugin)
Constructor.
|
Constructor and Description |
---|
ShiftLight(SIMPlugin SIMPlugin) |
Constructor and Description |
---|
PitCountDown(SIMPlugin SIMPlugin)
Constructor.
|
PitSpeedLimit(SIMPlugin SIMPlugin)
Constructor.
|
Shift(SIMPlugin SIMPlugin)
Constructor.
|
Constructor and Description |
---|
MyCallback(SIMPlugin SIMPlugin)
Constructor.
|
Constructor and Description |
---|
iRacingSIMPlugin() |