MAK RTIspy API Documentation for HLA Evolved
List of all members | Public Member Functions
common.ISimpleTime Interface Reference
+ 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 ()

Member Function Documentation

boolean common.ISimpleTime.parseCmdLine ( String[]  args)

This will parse CommandLine Arguments.

Parameters
args
Returns
Exceptions

Implemented in simpleTime13.SimpleTime13, simpleTime1516e.SimpleTime1516e, simpleTime1516.SimpleTime1516, and common.NullSimpleTime.

abstract void common.ISimpleTime.performExit ( )
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 ( )
void common.ISimpleTime.start ( String[]  args) throws Exception

This is the entry point for the main of each SimpleTime Implementation.

Parameters
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 ( )

The documentation for this interface was generated from the following file:

Document ID: Generated on Tue May 7 16:26:47 EDT 2013 from SVN revision 126903
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)