MAK RTIspy API Documentation for HLA 1516
Public Member Functions
common.ISimpleTime Interface Reference
+ Inheritance diagram for common.ISimpleTime:

List of all members.

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.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.

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.


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

Document ID: Generated on Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)