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 |
Modifier and Type | Method and Description |
---|---|
void |
SIMPlugin.run(SIMPlugin.Callback callback)
Starts the run loop that notifies the caller when data is available through the Callback class.
|
void |
SIMPluginAWTEventDispatcher.startThread(SIMPlugin.Callback callback)
Starts the dispatcher thread.
|
Modifier and Type | Class and Description |
---|---|
class |
SIMPluginCallback
This class is the abstract base class for all SIMPluginCallback classes.
|
Modifier and Type | Class and Description |
---|---|
class |
Post
This plugin will be designed to send that data to an external web server.
|
Modifier and Type | Class and Description |
---|---|
class |
Flags
This plugin uses your LIFX Lights to represent the current flag that is waving
in the flagman stand.
|
Modifier and Type | Class and Description |
---|---|
class |
ShiftLight
This class implements the interface to the MSPEC Shift Light.
|
Modifier and Type | Class and Description |
---|---|
class |
PitCountDown
This plug-in will count you down to your pit stall using audible sounds.
|
class |
PitSpeedLimit
This plug-in will beep if you are speeding on pit road.
|
class |
Shift
This plug-in will beep when it is time to shift.
|
Modifier and Type | Class and Description |
---|---|
class |
MyCallback
TODO: Describe your plug-in here.
|