Package | Description |
---|---|
com.SIMRacingApps |
This package is the root level package of com.SIMRacingapps.
|
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.
|
SIMPlugin |
SIMPluginAWTEventDispatcher.getSIMPlugin()
Returns the SIMPlugin.
|
Modifier and Type | Method and Description |
---|---|
static SIMPluginAWTEventDispatcher |
SIMPluginAWTEventDispatcher.createDispatcher(SIMPlugin SIMPlugin)
A static factory method that creates the dispatcher instance and returns it.
|
boolean |
SIMPlugin.Callback.DataReady(SIMPlugin SIMPlugin,
java.lang.Integer ips)
Called when data is ready to be used.
|
boolean |
SIMPlugin.Callback.Waiting(SIMPlugin SIMPlugin)
Called when the connector is not getting data from the SIM.
|
Constructor and Description |
---|
Car(SIMPlugin SIMPlugin)
Class constructor
|
Car(SIMPlugin SIMPlugin,
int id,
java.lang.String name,
java.lang.String carPath)
Class constructor to be used by the SIM specific version to establish the "id", "name" and "track" of the car.
|
Session(SIMPlugin SIMPlugin) |
TeamSpeak(SIMPlugin SIMPlugin)
Constructor to initiate a connection to the TeamSpeak Client when running on same machine as the SIMRacingApps server.
|
TeamSpeak(SIMPlugin SIMPlugin,
java.lang.String host)
Constructor to initiate a connection to the TeamSpeak Client when not running on same machine as the SIMRacingApps server.
|
Track(SIMPlugin SIMPlugin)
Class constructor to use when you have a SIMPlugin
|
Modifier and Type | Method and Description |
---|---|
boolean |
SIMPluginCallback.DataReady(SIMPlugin SIMPlugin,
java.lang.Integer ips)
This method is called every time the SIM has new data available.
|
boolean |
SIMPluginCallback.ProcessData(SIMPlugin SIMPlugin,
java.util.Map<java.lang.String,Data> data)
ProcessData is called from within the dedicated thread for this plug-in
every time there is data available in the queue it pops it off the queue and passes it to this method.
|
boolean |
SIMPluginCallback.Waiting(SIMPlugin SIMPlugin)
Waiting() is called every second if the SIM is not providing any data.
|
Constructor and Description |
---|
SIMPluginCallback(SIMPlugin SIMPlugin,
java.lang.String name)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Post.ProcessData(SIMPlugin SIMPlugin,
java.util.Map<java.lang.String,Data> data)
ProcessData is called from within the dedicated thread for this plug-in
every time there is data available in the queue it pops it off the queue and passes it to this method.
|
Constructor and Description |
---|
Post(SIMPlugin SIMPlugin)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Flags.ProcessData(SIMPlugin SIMPlugin,
java.util.Map<java.lang.String,Data> data)
ProcessData is called from within the dedicated thread for this plug-in
every time there is data available in the queue it pops it off the queue and passes it to this method.
|
Constructor and Description |
---|
Flags(SIMPlugin SIMPlugin)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ShiftLight.ProcessData(SIMPlugin SIMPlugin,
java.util.Map<java.lang.String,Data> data) |
Constructor and Description |
---|
ShiftLight(SIMPlugin SIMPlugin) |
Modifier and Type | Method and Description |
---|---|
boolean |
Shift.ProcessData(SIMPlugin SIMPlugin,
java.util.Map<java.lang.String,Data> data) |
boolean |
PitSpeedLimit.ProcessData(SIMPlugin SIMPlugin,
java.util.Map<java.lang.String,Data> data) |
boolean |
PitCountDown.ProcessData(SIMPlugin SIMPlugin,
java.util.Map<java.lang.String,Data> data) |
Constructor and Description |
---|
PitCountDown(SIMPlugin SIMPlugin)
Constructor.
|
PitSpeedLimit(SIMPlugin SIMPlugin)
Constructor.
|
Shift(SIMPlugin SIMPlugin)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MyCallback.ProcessData(SIMPlugin SIMPlugin,
java.util.Map<java.lang.String,Data> data)
ProcessData is called from within the dedicated thread for this plug-in
every time there is data available in the queue it pops it off the queue and passes it to this method.
|
Constructor and Description |
---|
MyCallback(SIMPlugin SIMPlugin)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
iRacingSIMPlugin |