Public Member Functions |
| | SimpleTimeFedAmb13 (SimpleTimeFedAmb13Data theAmbData, RtiFactory myFactory) |
| void | announceSynchronizationPoint (String synchronizationPointLabel, byte[] userSuppliedTag) throws FederateInternalError |
| void | discoverObjectInstance (int theObject, int theObjectClass, String objectName) throws CouldNotDiscover, ObjectClassNotKnown, FederateInternalError |
| void | federationSynchronized (String synchronizationPointLabel) throws FederateInternalError |
| void | provideAttributeValueUpdate (int theObject, AttributeHandleSet theAttributes) throws ObjectNotKnown, AttributeNotKnown, AttributeNotOwned, 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 | 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 | removeObjectInstance (int theObject, byte[] userSuppliedTag) throws ObjectNotKnown, FederateInternalError |
| void | removeObjectInstance (int theObject, byte[] userSuppliedTag, LogicalTime theTime, EventRetractionHandle retractionHandle) throws ObjectNotKnown, InvalidFederationTime, FederateInternalError |
| void | synchronizationPointRegistrationFailed (String synchronizationPointLabel) throws FederateInternalError |
| void | synchronizationPointRegistrationSucceeded (String synchronizationPointLabel) throws FederateInternalError |
| void | timeAdvanceGrant (LogicalTime theTime) throws InvalidFederationTime, TimeAdvanceWasNotInProgress, FederateInternalError |
| void | timeConstrainedEnabled (LogicalTime theFederateTime) throws InvalidFederationTime, EnableTimeConstrainedWasNotPending, FederateInternalError |
| void | timeRegulationEnabled (LogicalTime theFederateTime) throws InvalidFederationTime, EnableTimeRegulationWasNotPending, FederateInternalError |