![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Inheritance diagram for rtiSimple13.SimpleFederateAmbassador:
Collaboration diagram for rtiSimple13.SimpleFederateAmbassador:Public Member Functions | |
| void | printAttributeHandleValueMap (ReflectedAttributes theAttributes) |
| void | printParameterHandleValueMap (ReceivedInteraction theParameters) |
| void | initiateFederateSave (String label) throws UnableToPerformSave, FederateInternalError |
| void | federationSaved () throws FederateInternalError |
| void | federationNotSaved () throws FederateInternalError |
| void | requestFederationRestoreSucceeded (String label) throws FederateInternalError |
| void | requestFederationRestoreFailed (String label, String reason) throws FederateInternalError |
| void | federationRestoreBegun () throws FederateInternalError |
| void | initiateFederateRestore (String label, int federateHandle) throws SpecifiedSaveLabelDoesNotExist, CouldNotRestore, FederateInternalError |
| void | federationRestored () throws FederateInternalError |
| void | federationNotRestored () throws FederateInternalError |
| void | discoverObjectInstance (int theObject, int theObjectClass, String theObjectName) throws CouldNotDiscover, ObjectClassNotKnown, FederateInternalError |
| void | reflectAttributeValues (int theObject, ReflectedAttributes theAttributes, byte[] userSuppliedTag) throws ObjectNotKnown, AttributeNotKnown, FederateOwnsAttributes, FederateInternalError |
| void | reflectAttributeValues (int theObject, ReflectedAttributes theAttributes, byte[] userSuppliedTag, LogicalTime theTime, EventRetractionHandle retractionHandle) throws ObjectNotKnown, AttributeNotKnown, FederateOwnsAttributes, InvalidFederationTime, FederateInternalError |
| void | receiveInteraction (int interactionClass, ReceivedInteraction theInteraction, byte[] userSuppliedTag) throws InteractionClassNotKnown, InteractionParameterNotKnown, FederateInternalError |
| void | receiveInteraction (int interactionClass, ReceivedInteraction theInteraction, byte[] userSuppliedTag, LogicalTime theTime, EventRetractionHandle eventRetractionHandle) throws InteractionClassNotKnown, InteractionParameterNotKnown, InvalidFederationTime, FederateInternalError |
| void | removeObjectInstance (int theObject, byte[] userSuppliedTag) throws ObjectNotKnown, FederateInternalError |
| void | removeObjectInstance (int theObject, byte[] userSuppliedTag, LogicalTime theTime, EventRetractionHandle retractionHandle) throws ObjectNotKnown, InvalidFederationTime, FederateInternalError |
| void rtiSimple13.SimpleFederateAmbassador.discoverObjectInstance | ( | int | theObject, |
| int | theObjectClass, | ||
| String | theObjectName | ||
| ) | throws CouldNotDiscover, ObjectClassNotKnown, FederateInternalError [inline] |
| void rtiSimple13.SimpleFederateAmbassador.federationNotRestored | ( | ) | throws FederateInternalError [inline] |
| void rtiSimple13.SimpleFederateAmbassador.federationNotSaved | ( | ) | throws FederateInternalError [inline] |
| void rtiSimple13.SimpleFederateAmbassador.federationRestoreBegun | ( | ) | throws FederateInternalError [inline] |
| void rtiSimple13.SimpleFederateAmbassador.federationRestored | ( | ) | throws FederateInternalError [inline] |
| void rtiSimple13.SimpleFederateAmbassador.federationSaved | ( | ) | throws FederateInternalError [inline] |
| void rtiSimple13.SimpleFederateAmbassador.initiateFederateRestore | ( | String | label, |
| int | federateHandle | ||
| ) | throws SpecifiedSaveLabelDoesNotExist, CouldNotRestore, FederateInternalError [inline] |
| void rtiSimple13.SimpleFederateAmbassador.initiateFederateSave | ( | String | label | ) | throws UnableToPerformSave, FederateInternalError [inline] |
| void rtiSimple13.SimpleFederateAmbassador.printAttributeHandleValueMap | ( | ReflectedAttributes | theAttributes | ) | [inline] |
| void rtiSimple13.SimpleFederateAmbassador.printParameterHandleValueMap | ( | ReceivedInteraction | theParameters | ) | [inline] |
Referenced by rtiSimple13.SimpleFederateAmbassador.receiveInteraction().
| void rtiSimple13.SimpleFederateAmbassador.receiveInteraction | ( | int | interactionClass, |
| ReceivedInteraction | theInteraction, | ||
| byte[] | userSuppliedTag | ||
| ) | throws InteractionClassNotKnown, InteractionParameterNotKnown, FederateInternalError [inline] |
| void rtiSimple13.SimpleFederateAmbassador.receiveInteraction | ( | int | interactionClass, |
| ReceivedInteraction | theInteraction, | ||
| byte[] | userSuppliedTag, | ||
| LogicalTime | theTime, | ||
| EventRetractionHandle | eventRetractionHandle | ||
| ) | throws InteractionClassNotKnown, InteractionParameterNotKnown, InvalidFederationTime, FederateInternalError [inline] |
| void rtiSimple13.SimpleFederateAmbassador.reflectAttributeValues | ( | int | theObject, |
| ReflectedAttributes | theAttributes, | ||
| byte[] | userSuppliedTag | ||
| ) | throws ObjectNotKnown, AttributeNotKnown, FederateOwnsAttributes, FederateInternalError [inline] |
| void rtiSimple13.SimpleFederateAmbassador.reflectAttributeValues | ( | int | theObject, |
| ReflectedAttributes | theAttributes, | ||
| byte[] | userSuppliedTag, | ||
| LogicalTime | theTime, | ||
| EventRetractionHandle | retractionHandle | ||
| ) | throws ObjectNotKnown, AttributeNotKnown, FederateOwnsAttributes, InvalidFederationTime, FederateInternalError [inline] |
| void rtiSimple13.SimpleFederateAmbassador.removeObjectInstance | ( | int | theObject, |
| byte[] | userSuppliedTag | ||
| ) | throws ObjectNotKnown, FederateInternalError [inline] |
| void rtiSimple13.SimpleFederateAmbassador.removeObjectInstance | ( | int | theObject, |
| byte[] | userSuppliedTag, | ||
| LogicalTime | theTime, | ||
| EventRetractionHandle | retractionHandle | ||
| ) | throws ObjectNotKnown, InvalidFederationTime, FederateInternalError [inline] |
| void rtiSimple13.SimpleFederateAmbassador.requestFederationRestoreFailed | ( | String | label, |
| String | reason | ||
| ) | throws FederateInternalError [inline] |
| void rtiSimple13.SimpleFederateAmbassador.requestFederationRestoreSucceeded | ( | String | label | ) | throws FederateInternalError [inline] |