![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Inheritance diagram for simpleTime1516.SimpleTimeFedAmb1516:
Collaboration diagram for simpleTime1516.SimpleTimeFedAmb1516:Public Member Functions | |
| SimpleTimeFedAmb1516 (SimpleTimeFedAmb1516Data theAmbData, AttributeHandleSetFactory theAttributeHandleSetFactory) | |
| void | announceSynchronizationPoint (String synchronizationPointLabel, byte[] userSuppliedTag) throws hla.rti1516.FederateInternalError |
| void | discoverObjectInstance (ObjectInstanceHandle theObject, ObjectClassHandle theObjectClass, String objectName) throws CouldNotDiscover, ObjectClassNotRecognized, FederateInternalError |
| void | federationSynchronized (String synchronizationPointLabel) throws FederateInternalError |
| void | objectInstanceNameReservationFailed (String objectName) throws UnknownName, FederateInternalError |
| void | objectInstanceNameReservationSucceeded (String objectName) throws UnknownName, FederateInternalError |
| void | provideAttributeValueUpdate (ObjectInstanceHandle theObject, AttributeHandleSet theAttributes, byte[] userSuppliedTag) throws ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotOwned, FederateInternalError |
| void | receiveInteraction (InteractionClassHandle interactionClass, ParameterHandleValueMap theParameters, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport) throws InteractionClassNotRecognized, InteractionParameterNotRecognized, InteractionClassNotSubscribed, FederateInternalError |
| void | receiveInteraction (InteractionClassHandle interactionClass, ParameterHandleValueMap theParameters, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport, LogicalTime theTime, OrderType receivedOrdering) throws InteractionClassNotRecognized, InteractionParameterNotRecognized, InteractionClassNotSubscribed, FederateInternalError |
| void | receiveInteraction (InteractionClassHandle interactionClass, ParameterHandleValueMap theParameters, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport, LogicalTime theTime, OrderType receivedOrdering, MessageRetractionHandle messageRetractionHandle) throws InteractionClassNotRecognized, InteractionParameterNotRecognized, InteractionClassNotSubscribed, InvalidLogicalTime, FederateInternalError |
| void | receiveInteraction (InteractionClassHandle interactionClass, ParameterHandleValueMap theParameters, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport, LogicalTime theTime, OrderType receivedOrdering, MessageRetractionHandle messageRetractionHandle, RegionHandleSet sentRegions) throws InteractionClassNotRecognized, InteractionParameterNotRecognized, InteractionClassNotSubscribed, InvalidLogicalTime, FederateInternalError |
| void | receiveInteraction (InteractionClassHandle interactionClass, ParameterHandleValueMap theParameters, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport, LogicalTime theTime, OrderType receivedOrdering, RegionHandleSet regions) throws InteractionClassNotRecognized, InteractionParameterNotRecognized, InteractionClassNotSubscribed, FederateInternalError |
| void | receiveInteraction (InteractionClassHandle interactionClass, ParameterHandleValueMap theParameters, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport, RegionHandleSet sentRegions) throws InteractionClassNotRecognized, InteractionParameterNotRecognized, InteractionClassNotSubscribed, FederateInternalError |
| void | reflectAttributeValues (ObjectInstanceHandle theObject, AttributeHandleValueMap theAttributes, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport) throws ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotSubscribed, FederateInternalError |
| void | reflectAttributeValues (ObjectInstanceHandle theObject, AttributeHandleValueMap theAttributes, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport, LogicalTime theTime, OrderType receivedOrdering) throws ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotSubscribed, FederateInternalError |
| void | reflectAttributeValues (ObjectInstanceHandle theObject, AttributeHandleValueMap theAttributes, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport, RegionHandleSet sentRegions) throws ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotSubscribed, FederateInternalError |
| void | removeObjectInstance (ObjectInstanceHandle theObject, byte[] userSuppliedTag, OrderType sentOrdering) throws ObjectInstanceNotKnown, FederateInternalError |
| void | removeObjectInstance (ObjectInstanceHandle theObject, byte[] userSuppliedTag, OrderType sentOrdering, LogicalTime theTime, OrderType receivedOrdering) throws ObjectInstanceNotKnown, FederateInternalError |
| void | removeObjectInstance (ObjectInstanceHandle theObject, byte[] userSuppliedTag, OrderType sentOrdering, LogicalTime theTime, OrderType receivedOrdering, MessageRetractionHandle retractionHandle) throws ObjectInstanceNotKnown, InvalidLogicalTime, FederateInternalError |
| void | synchronizationPointRegistrationFailed (String synchronizationPointLabel, SynchronizationPointFailureReason reason) throws FederateInternalError |
| void | synchronizationPointRegistrationSucceeded (String synchronizationPointLabel) throws FederateInternalError |
| void | timeAdvanceGrant (LogicalTime theTime) throws InvalidLogicalTime, JoinedFederateIsNotInTimeAdvancingState, FederateInternalError |
| void | timeConstrainedEnabled (LogicalTime time) throws InvalidLogicalTime, NoRequestToEnableTimeConstrainedWasPending, FederateInternalError |
| void | timeRegulationEnabled (LogicalTime time) throws InvalidLogicalTime, NoRequestToEnableTimeRegulationWasPending, FederateInternalError |
Private Member Functions | |
| void | removeObjectInstance (ObjectInstanceHandle theObject) |
Private Attributes | |
| SimpleTimeFedAmb1516Data | myData |
| AttributeHandleSetFactory | attributeHandleSetFactory |
| simpleTime1516.SimpleTimeFedAmb1516.SimpleTimeFedAmb1516 | ( | SimpleTimeFedAmb1516Data | theAmbData, |
| AttributeHandleSetFactory | theAttributeHandleSetFactory | ||
| ) | [inline] |
| void simpleTime1516.SimpleTimeFedAmb1516.announceSynchronizationPoint | ( | String | synchronizationPointLabel, |
| byte[] | userSuppliedTag | ||
| ) | throws hla.rti1516.FederateInternalError [inline] |
| void simpleTime1516.SimpleTimeFedAmb1516.discoverObjectInstance | ( | ObjectInstanceHandle | theObject, |
| ObjectClassHandle | theObjectClass, | ||
| String | objectName | ||
| ) | throws CouldNotDiscover, ObjectClassNotRecognized, FederateInternalError [inline] |
References simpleTime1516.SimpleTimeFedAmb1516.attributeHandleSetFactory, simpleTime1516.SimpleTimeFedAmb1516Data.getObjectInstanceMap(), simpleTime1516.SimpleTimeFedAmb1516Data.getOtherFederatesReady(), simpleTime1516.SimpleTimeFedAmb1516Data.getTheAttrNameHandleMap(), simpleTime1516.SimpleTimeFedAmb1516Data.getUpdateRequestMap(), simpleTime1516.SimpleTimeFedAmb1516Data.isMaster, simpleTime1516.SimpleTimeFedAmb1516.myData, and simpleTime1516.SimpleTimeFedAmb1516Data.setOtherFederatesReady().
| void simpleTime1516.SimpleTimeFedAmb1516.federationSynchronized | ( | String | synchronizationPointLabel | ) | throws FederateInternalError [inline] |
| void simpleTime1516.SimpleTimeFedAmb1516.objectInstanceNameReservationFailed | ( | String | objectName | ) | throws UnknownName, FederateInternalError [inline] |
| void simpleTime1516.SimpleTimeFedAmb1516.objectInstanceNameReservationSucceeded | ( | String | objectName | ) | throws UnknownName, FederateInternalError [inline] |
| void simpleTime1516.SimpleTimeFedAmb1516.provideAttributeValueUpdate | ( | ObjectInstanceHandle | theObject, |
| AttributeHandleSet | theAttributes, | ||
| byte[] | userSuppliedTag | ||
| ) | throws ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotOwned, FederateInternalError [inline] |
| void simpleTime1516.SimpleTimeFedAmb1516.receiveInteraction | ( | InteractionClassHandle | interactionClass, |
| ParameterHandleValueMap | theParameters, | ||
| byte[] | userSuppliedTag, | ||
| OrderType | sentOrdering, | ||
| TransportationType | theTransport | ||
| ) | throws InteractionClassNotRecognized, InteractionParameterNotRecognized, InteractionClassNotSubscribed, FederateInternalError [inline] |
Referenced by simpleTime1516.SimpleTimeFedAmb1516.receiveInteraction().
| void simpleTime1516.SimpleTimeFedAmb1516.receiveInteraction | ( | InteractionClassHandle | interactionClass, |
| ParameterHandleValueMap | theParameters, | ||
| byte[] | userSuppliedTag, | ||
| OrderType | sentOrdering, | ||
| TransportationType | theTransport, | ||
| LogicalTime | theTime, | ||
| OrderType | receivedOrdering | ||
| ) | throws InteractionClassNotRecognized, InteractionParameterNotRecognized, InteractionClassNotSubscribed, FederateInternalError [inline] |
| void simpleTime1516.SimpleTimeFedAmb1516.receiveInteraction | ( | InteractionClassHandle | interactionClass, |
| ParameterHandleValueMap | theParameters, | ||
| byte[] | userSuppliedTag, | ||
| OrderType | sentOrdering, | ||
| TransportationType | theTransport, | ||
| LogicalTime | theTime, | ||
| OrderType | receivedOrdering, | ||
| MessageRetractionHandle | messageRetractionHandle | ||
| ) | throws InteractionClassNotRecognized, InteractionParameterNotRecognized, InteractionClassNotSubscribed, InvalidLogicalTime, FederateInternalError [inline] |
| void simpleTime1516.SimpleTimeFedAmb1516.receiveInteraction | ( | InteractionClassHandle | interactionClass, |
| ParameterHandleValueMap | theParameters, | ||
| byte[] | userSuppliedTag, | ||
| OrderType | sentOrdering, | ||
| TransportationType | theTransport, | ||
| LogicalTime | theTime, | ||
| OrderType | receivedOrdering, | ||
| MessageRetractionHandle | messageRetractionHandle, | ||
| RegionHandleSet | sentRegions | ||
| ) | throws InteractionClassNotRecognized, InteractionParameterNotRecognized, InteractionClassNotSubscribed, InvalidLogicalTime, FederateInternalError [inline] |
| void simpleTime1516.SimpleTimeFedAmb1516.receiveInteraction | ( | InteractionClassHandle | interactionClass, |
| ParameterHandleValueMap | theParameters, | ||
| byte[] | userSuppliedTag, | ||
| OrderType | sentOrdering, | ||
| TransportationType | theTransport, | ||
| LogicalTime | theTime, | ||
| OrderType | receivedOrdering, | ||
| RegionHandleSet | regions | ||
| ) | throws InteractionClassNotRecognized, InteractionParameterNotRecognized, InteractionClassNotSubscribed, FederateInternalError [inline] |
| void simpleTime1516.SimpleTimeFedAmb1516.receiveInteraction | ( | InteractionClassHandle | interactionClass, |
| ParameterHandleValueMap | theParameters, | ||
| byte[] | userSuppliedTag, | ||
| OrderType | sentOrdering, | ||
| TransportationType | theTransport, | ||
| RegionHandleSet | sentRegions | ||
| ) | throws InteractionClassNotRecognized, InteractionParameterNotRecognized, InteractionClassNotSubscribed, FederateInternalError [inline] |
| void simpleTime1516.SimpleTimeFedAmb1516.reflectAttributeValues | ( | ObjectInstanceHandle | theObject, |
| AttributeHandleValueMap | theAttributes, | ||
| byte[] | userSuppliedTag, | ||
| OrderType | sentOrdering, | ||
| TransportationType | theTransport | ||
| ) | throws ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotSubscribed, FederateInternalError [inline] |
| void simpleTime1516.SimpleTimeFedAmb1516.reflectAttributeValues | ( | ObjectInstanceHandle | theObject, |
| AttributeHandleValueMap | theAttributes, | ||
| byte[] | userSuppliedTag, | ||
| OrderType | sentOrdering, | ||
| TransportationType | theTransport, | ||
| LogicalTime | theTime, | ||
| OrderType | receivedOrdering | ||
| ) | throws ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotSubscribed, FederateInternalError [inline] |
| void simpleTime1516.SimpleTimeFedAmb1516.reflectAttributeValues | ( | ObjectInstanceHandle | theObject, |
| AttributeHandleValueMap | theAttributes, | ||
| byte[] | userSuppliedTag, | ||
| OrderType | sentOrdering, | ||
| TransportationType | theTransport, | ||
| RegionHandleSet | sentRegions | ||
| ) | throws ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotSubscribed, FederateInternalError [inline] |
| void simpleTime1516.SimpleTimeFedAmb1516.removeObjectInstance | ( | ObjectInstanceHandle | theObject | ) | [inline, private] |
| void simpleTime1516.SimpleTimeFedAmb1516.removeObjectInstance | ( | ObjectInstanceHandle | theObject, |
| byte[] | userSuppliedTag, | ||
| OrderType | sentOrdering | ||
| ) | throws ObjectInstanceNotKnown, FederateInternalError [inline] |
| void simpleTime1516.SimpleTimeFedAmb1516.removeObjectInstance | ( | ObjectInstanceHandle | theObject, |
| byte[] | userSuppliedTag, | ||
| OrderType | sentOrdering, | ||
| LogicalTime | theTime, | ||
| OrderType | receivedOrdering | ||
| ) | throws ObjectInstanceNotKnown, FederateInternalError [inline] |
| void simpleTime1516.SimpleTimeFedAmb1516.removeObjectInstance | ( | ObjectInstanceHandle | theObject, |
| byte[] | userSuppliedTag, | ||
| OrderType | sentOrdering, | ||
| LogicalTime | theTime, | ||
| OrderType | receivedOrdering, | ||
| MessageRetractionHandle | retractionHandle | ||
| ) | throws ObjectInstanceNotKnown, InvalidLogicalTime, FederateInternalError [inline] |
| void simpleTime1516.SimpleTimeFedAmb1516.synchronizationPointRegistrationFailed | ( | String | synchronizationPointLabel, |
| SynchronizationPointFailureReason | reason | ||
| ) | throws FederateInternalError [inline] |
| void simpleTime1516.SimpleTimeFedAmb1516.synchronizationPointRegistrationSucceeded | ( | String | synchronizationPointLabel | ) | throws FederateInternalError [inline] |
| void simpleTime1516.SimpleTimeFedAmb1516.timeAdvanceGrant | ( | LogicalTime | theTime | ) | throws InvalidLogicalTime, JoinedFederateIsNotInTimeAdvancingState, FederateInternalError [inline] |
| void simpleTime1516.SimpleTimeFedAmb1516.timeConstrainedEnabled | ( | LogicalTime | time | ) | throws InvalidLogicalTime, NoRequestToEnableTimeConstrainedWasPending, FederateInternalError [inline] |
| void simpleTime1516.SimpleTimeFedAmb1516.timeRegulationEnabled | ( | LogicalTime | time | ) | throws InvalidLogicalTime, NoRequestToEnableTimeRegulationWasPending, FederateInternalError [inline] |
AttributeHandleSetFactory simpleTime1516.SimpleTimeFedAmb1516.attributeHandleSetFactory [private] |
Referenced by simpleTime1516.SimpleTimeFedAmb1516.announceSynchronizationPoint(), simpleTime1516.SimpleTimeFedAmb1516.discoverObjectInstance(), simpleTime1516.SimpleTimeFedAmb1516.federationSynchronized(), simpleTime1516.SimpleTimeFedAmb1516.objectInstanceNameReservationFailed(), simpleTime1516.SimpleTimeFedAmb1516.objectInstanceNameReservationSucceeded(), simpleTime1516.SimpleTimeFedAmb1516.provideAttributeValueUpdate(), simpleTime1516.SimpleTimeFedAmb1516.receiveInteraction(), simpleTime1516.SimpleTimeFedAmb1516.reflectAttributeValues(), simpleTime1516.SimpleTimeFedAmb1516.removeObjectInstance(), simpleTime1516.SimpleTimeFedAmb1516.SimpleTimeFedAmb1516(), simpleTime1516.SimpleTimeFedAmb1516.synchronizationPointRegistrationFailed(), simpleTime1516.SimpleTimeFedAmb1516.synchronizationPointRegistrationSucceeded(), simpleTime1516.SimpleTimeFedAmb1516.timeAdvanceGrant(), simpleTime1516.SimpleTimeFedAmb1516.timeConstrainedEnabled(), and simpleTime1516.SimpleTimeFedAmb1516.timeRegulationEnabled().