![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Collaboration diagram for rtiSimple13:Classes | |
| class | KeyboardTickThread |
| class | SimpleFederateAmbassador |
| class | TalkAmbData |
| Simple data structure to provide communication between the main() and the FederateAmbassador. More... | |
Public Member Functions | |
| rtiSimple13 () | |
| void | callQuit () |
| void | callSave () |
| void | callRestore () |
Static Public Member Functions | |
| static void | main (String[] args) |
Public Attributes | |
| RtiFactory | myFactory |
| RTIambassador | myRtiAmb |
| TalkAmbData | myFedAmbData |
| int | myObjectHandle |
| int | myInterClassHandle |
| HashMap< String, Integer > | myAttrNameHandleMap |
| HashMap< String, Integer > | myParamNameHandleMap |
| FederateAmbassador | myFedAmb |
| int | myFederateHandle |
| String | myFederationName |
| String | myFddFileName |
| String | myFederateType |
| String | myClassName |
| String | myInterClassName |
Static Public Attributes | |
| static boolean | myCallQuit |
| static boolean | myCallSave |
| static boolean | myCallRestore |
| static Thread | keyboardThread |
| static KeyboardTickThread | keyboard |
| rtiSimple13.rtiSimple13 | ( | ) | [inline] |
References myCallQuit, myCallRestore, myCallSave, myClassName, myFactory, myFddFileName, myFedAmb, myFedAmbData, myFederateType, myFederationName, myInterClassName, and myRtiAmb.
Referenced by main().
| void rtiSimple13.callQuit | ( | ) | [inline] |
References myCallQuit.
Referenced by rtiSimple13.KeyboardTickThread.run().
| void rtiSimple13.callRestore | ( | ) | [inline] |
References myCallRestore.
Referenced by rtiSimple13.KeyboardTickThread.run().
| void rtiSimple13.callSave | ( | ) | [inline] |
References myCallSave.
Referenced by rtiSimple13.KeyboardTickThread.run().
| static void rtiSimple13.main | ( | String[] | args | ) | [inline, static] |
References keyboardThread, myAttrNameHandleMap, myCallQuit, myCallRestore, myCallSave, myFactory, myFedAmbData, myInterClassHandle, myObjectHandle, myParamNameHandleMap, rtiSimple13.TalkAmbData.myReceivedFederationRestoreBegun, rtiSimple13.TalkAmbData.myReceivedInitiateFederateSave, rtiSimple13.TalkAmbData.myRestoreLabel, myRtiAmb, rtiSimple13.TalkAmbData.mySaveLabel, and rtiSimple13().
KeyboardTickThread rtiSimple13.keyboard [static] |
Thread rtiSimple13.keyboardThread [static] |
Referenced by main().
| HashMap<String, Integer> rtiSimple13.myAttrNameHandleMap |
Referenced by main().
boolean rtiSimple13.myCallQuit [static] |
Referenced by callQuit(), main(), and rtiSimple13().
boolean rtiSimple13.myCallRestore [static] |
Referenced by callRestore(), main(), and rtiSimple13().
boolean rtiSimple13.myCallSave [static] |
Referenced by callSave(), main(), and rtiSimple13().
| String rtiSimple13.myClassName |
Referenced by rtiSimple13().
| RtiFactory rtiSimple13.myFactory |
Referenced by main(), and rtiSimple13().
| String rtiSimple13.myFddFileName |
Referenced by rtiSimple13().
| FederateAmbassador rtiSimple13.myFedAmb |
Referenced by rtiSimple13().
Referenced by main(), and rtiSimple13().
| String rtiSimple13.myFederateType |
Referenced by rtiSimple13().
| String rtiSimple13.myFederationName |
Referenced by rtiSimple13().
Referenced by main().
| String rtiSimple13.myInterClassName |
Referenced by rtiSimple13().
Referenced by main().
| HashMap<String, Integer> rtiSimple13.myParamNameHandleMap |
Referenced by main().
Referenced by main(), and rtiSimple13().