![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Inheritance diagram for common.NullSimpleTime:
Collaboration diagram for common.NullSimpleTime:Public Member Functions | |
| 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) |
| 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.NullSimpleTime.parseCmdLine | ( | String[] | args | ) | [inline] |
This will parse CommandLine Arguments.
| args |
Implements common.ISimpleTime.
| void common.NullSimpleTime.performExit | ( | ) | [inline, virtual] |
This should perform actions to close the program (stop threads, disconnect, resign, exit(0), etc)
Implements common.ISimpleTime.
| void common.NullSimpleTime.performFire | ( | ) | [inline] |
Implements common.ISimpleTime.
| void common.NullSimpleTime.start | ( | String[] | args | ) | [inline] |
This is the entry point for the main of each SimpleTime Implementation.
| args |
Implements common.ISimpleTime.
| void common.NullSimpleTime.usage | ( | ) | [inline] |
This prints to Standard out the usage (command line arguments you pass in and what they do)
Implements common.ISimpleTime.
| String common.NullSimpleTime.version | ( | ) | [inline] |
Implements common.ISimpleTime.