![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Inheritance diagram for common.ISimpleTime:Public Member Functions | |
| abstract void | performExit () |
| This should perform actions to close the program (stop threads, disconnect, resign, exit(0), etc) | |
| boolean | parseCmdLine (String[] args) |
| This will parse CommandLine Arguments. | |
| void | start (String[] args) throws Exception |
| This is the entry point for the main of each SimpleTime Implementation. | |
| void | usage () |
| This prints to Standard out the usage (command line arguments you pass in and what they do) | |
| void | performFire () |
| String | version () |
| boolean common.ISimpleTime.parseCmdLine | ( | String[] | args | ) |
This will parse CommandLine Arguments.
| args |
Implemented in simpleTime13.SimpleTime13, simpleTime1516e.SimpleTime1516e, simpleTime1516.SimpleTime1516, and common.NullSimpleTime.
|
pure virtual |
This should perform actions to close the program (stop threads, disconnect, resign, exit(0), etc)
Implemented in simpleTime13.SimpleTime13, simpleTime1516.SimpleTime1516, simpleTime1516e.SimpleTime1516e, and common.NullSimpleTime.
Referenced by common.SimpleTimeKeyboard.performExitOperation().
| void common.ISimpleTime.performFire | ( | ) |
Implemented in simpleTime1516.SimpleTime1516, simpleTime1516e.SimpleTime1516e, simpleTime13.SimpleTime13, and common.NullSimpleTime.
Referenced by common.SimpleTimeKeyboard.performFireOperation().
| void common.ISimpleTime.start | ( | String[] | args | ) | throws Exception |
This is the entry point for the main of each SimpleTime Implementation.
| args |
Implemented in simpleTime13.SimpleTime13, simpleTime1516e.SimpleTime1516e, simpleTime1516.SimpleTime1516, and common.NullSimpleTime.
| void common.ISimpleTime.usage | ( | ) |
This prints to Standard out the usage (command line arguments you pass in and what they do)
Implemented in simpleTime13.SimpleTime13, simpleTime1516.SimpleTime1516, simpleTime1516e.SimpleTime1516e, and common.NullSimpleTime.
| String common.ISimpleTime.version | ( | ) |
Implemented in simpleTime13.SimpleTime13, simpleTime1516.SimpleTime1516, simpleTime1516e.SimpleTime1516e, and common.NullSimpleTime.
Referenced by common.SimpleTimeKeyboard.startKeyboardScanner().