![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Inheritance diagram for rti1516::NullFederateAmbassador:
Collaboration diagram for rti1516::NullFederateAmbassador:Public Member Functions | |
| NullFederateAmbassador () throw (FederateInternalError) | |
| virtual | ~NullFederateAmbassador () throw () |
| virtual void | synchronizationPointRegistrationSucceeded (std::wstring const &label) throw (FederateInternalError) |
| virtual void | synchronizationPointRegistrationFailed (std::wstring const &label, SynchronizationFailureReason reason) throw (FederateInternalError) |
| virtual void | announceSynchronizationPoint (std::wstring const &label, VariableLengthData const &theUserSuppliedTag) throw (FederateInternalError) |
| virtual void | federationSynchronized (std::wstring const &label) throw (FederateInternalError) |
| virtual void | initiateFederateSave (std::wstring const &label) throw (UnableToPerformSave, FederateInternalError) |
| virtual void | initiateFederateSave (std::wstring const &label, LogicalTime const &theTime) throw (UnableToPerformSave, InvalidLogicalTime, FederateInternalError) |
| virtual void | federationSaved () throw (FederateInternalError) |
| virtual void | federationNotSaved (SaveFailureReason theSaveFailureReason) throw (FederateInternalError) |
| virtual void | federationSaveStatusResponse (FederateHandleSaveStatusPairVector const &theFederateStatusVector) throw (FederateInternalError) |
| virtual void | requestFederationRestoreSucceeded (std::wstring const &label) throw (FederateInternalError) |
| virtual void | requestFederationRestoreFailed (std::wstring const &label) throw (FederateInternalError) |
| virtual void | federationRestoreBegun () throw (FederateInternalError) |
| virtual void | initiateFederateRestore (std::wstring const &label, FederateHandle handle) throw (SpecifiedSaveLabelDoesNotExist, CouldNotInitiateRestore, FederateInternalError) |
| virtual void | federationRestored () throw (FederateInternalError) |
| virtual void | federationNotRestored (RestoreFailureReason theRestoreFailureReason) throw (FederateInternalError) |
| virtual void | federationRestoreStatusResponse (FederateHandleRestoreStatusPairVector const &theFederateStatusVector) throw (FederateInternalError) |
| virtual void | startRegistrationForObjectClass (ObjectClassHandle theClass) throw (ObjectClassNotPublished, FederateInternalError) |
| virtual void | stopRegistrationForObjectClass (ObjectClassHandle theClass) throw (ObjectClassNotPublished, FederateInternalError) |
| virtual void | turnInteractionsOn (InteractionClassHandle theHandle) throw (InteractionClassNotPublished, FederateInternalError) |
| virtual void | turnInteractionsOff (InteractionClassHandle theHandle) throw (InteractionClassNotPublished, FederateInternalError) |
| virtual void | objectInstanceNameReservationSucceeded (std::wstring const &theObjectInstanceName) throw (UnknownName, FederateInternalError) |
| virtual void | objectInstanceNameReservationFailed (std::wstring const &theObjectInstanceName) throw (UnknownName, FederateInternalError) |
| virtual void | discoverObjectInstance (ObjectInstanceHandle theObject, ObjectClassHandle theObjectClass, std::wstring const &theObjectInstanceName) throw (CouldNotDiscover, ObjectClassNotKnown, FederateInternalError) |
| virtual void | reflectAttributeValues (ObjectInstanceHandle theObject, AttributeHandleValueMap const &theAttributeValues, VariableLengthData const &theUserSuppliedTag, OrderType sentOrder, TransportationType theType) throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotSubscribed, FederateInternalError) |
| virtual void | reflectAttributeValues (ObjectInstanceHandle theObject, AttributeHandleValueMap const &theAttributeValues, VariableLengthData const &theUserSuppliedTag, OrderType sentOrder, TransportationType theType, RegionHandleSet const &theSentRegionHandleSet) throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotSubscribed, FederateInternalError) |
| virtual void | reflectAttributeValues (ObjectInstanceHandle theObject, AttributeHandleValueMap const &theAttributeValues, VariableLengthData const &theUserSuppliedTag, OrderType sentOrder, TransportationType theType, LogicalTime const &theTime, OrderType receivedOrder) throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotSubscribed, FederateInternalError) |
| virtual void | reflectAttributeValues (ObjectInstanceHandle theObject, AttributeHandleValueMap const &theAttributeValues, VariableLengthData const &theUserSuppliedTag, OrderType sentOrder, TransportationType theType, LogicalTime const &theTime, OrderType receivedOrder, RegionHandleSet const &theSentRegionHandleSet) throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotSubscribed, FederateInternalError) |
| virtual void | reflectAttributeValues (ObjectInstanceHandle theObject, AttributeHandleValueMap const &theAttributeValues, VariableLengthData const &theUserSuppliedTag, OrderType sentOrder, TransportationType theType, LogicalTime const &theTime, OrderType receivedOrder, MessageRetractionHandle theHandle) throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotSubscribed, InvalidLogicalTime, FederateInternalError) |
| virtual void | reflectAttributeValues (ObjectInstanceHandle theObject, AttributeHandleValueMap const &theAttributeValues, VariableLengthData const &theUserSuppliedTag, OrderType sentOrder, TransportationType theType, LogicalTime const &theTime, OrderType receivedOrder, MessageRetractionHandle theHandle, RegionHandleSet const &theSentRegionHandleSet) throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotSubscribed, InvalidLogicalTime, FederateInternalError) |
| virtual void | receiveInteraction (InteractionClassHandle theInteraction, ParameterHandleValueMap const &theParameterValues, VariableLengthData const &theUserSuppliedTag, OrderType sentOrder, TransportationType theType) throw (InteractionClassNotRecognized, InteractionParameterNotRecognized, InteractionClassNotSubscribed, FederateInternalError) |
| virtual void | receiveInteraction (InteractionClassHandle theInteraction, ParameterHandleValueMap const &theParameterValues, VariableLengthData const &theUserSuppliedTag, OrderType sentOrder, TransportationType theType, RegionHandleSet const &theSentRegionHandleSet) throw (InteractionClassNotRecognized, InteractionParameterNotRecognized, InteractionClassNotSubscribed, FederateInternalError) |
| virtual void | receiveInteraction (InteractionClassHandle theInteraction, ParameterHandleValueMap const &theParameterValues, VariableLengthData const &theUserSuppliedTag, OrderType sentOrder, TransportationType theType, LogicalTime const &theTime, OrderType receivedOrder) throw (InteractionClassNotRecognized, InteractionParameterNotRecognized, InteractionClassNotSubscribed, FederateInternalError) |
| virtual void | receiveInteraction (InteractionClassHandle theInteraction, ParameterHandleValueMap const &theParameterValues, VariableLengthData const &theUserSuppliedTag, OrderType sentOrder, TransportationType theType, LogicalTime const &theTime, OrderType receivedOrder, RegionHandleSet const &theSentRegionHandleSet) throw (InteractionClassNotRecognized, InteractionParameterNotRecognized, InteractionClassNotSubscribed, FederateInternalError) |
| virtual void | receiveInteraction (InteractionClassHandle theInteraction, ParameterHandleValueMap const &theParameterValues, VariableLengthData const &theUserSuppliedTag, OrderType sentOrder, TransportationType theType, LogicalTime const &theTime, OrderType receivedOrder, MessageRetractionHandle theHandle) throw (InteractionClassNotRecognized, InteractionParameterNotRecognized, InteractionClassNotSubscribed, InvalidLogicalTime, FederateInternalError) |
| virtual void | receiveInteraction (InteractionClassHandle theInteraction, ParameterHandleValueMap const &theParameterValues, VariableLengthData const &theUserSuppliedTag, OrderType sentOrder, TransportationType theType, LogicalTime const &theTime, OrderType receivedOrder, MessageRetractionHandle theHandle, RegionHandleSet const &theSentRegionHandleSet) throw (InteractionClassNotRecognized, InteractionParameterNotRecognized, InteractionClassNotSubscribed, InvalidLogicalTime, FederateInternalError) |
| virtual void | removeObjectInstance (ObjectInstanceHandle theObject, VariableLengthData const &theUserSuppliedTag, OrderType sentOrder) throw (ObjectInstanceNotKnown, FederateInternalError) |
| virtual void | removeObjectInstance (ObjectInstanceHandle theObject, VariableLengthData const &theUserSuppliedTag, OrderType sentOrder, LogicalTime const &theTime, OrderType receivedOrder) throw (ObjectInstanceNotKnown, FederateInternalError) |
| virtual void | removeObjectInstance (ObjectInstanceHandle theObject, VariableLengthData const &theUserSuppliedTag, OrderType sentOrder, LogicalTime const &theTime, OrderType receivedOrder, MessageRetractionHandle theHandle) throw (ObjectInstanceNotKnown, InvalidLogicalTime, FederateInternalError) |
| virtual void | attributesInScope (ObjectInstanceHandle theObject, AttributeHandleSet const &theAttributes) throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotSubscribed, FederateInternalError) |
| virtual void | attributesOutOfScope (ObjectInstanceHandle theObject, AttributeHandleSet const &theAttributes) throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotSubscribed, FederateInternalError) |
| virtual void | provideAttributeValueUpdate (ObjectInstanceHandle theObject, AttributeHandleSet const &theAttributes, VariableLengthData const &theUserSuppliedTag) throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotOwned, FederateInternalError) |
| virtual void | turnUpdatesOnForObjectInstance (ObjectInstanceHandle theObject, AttributeHandleSet const &theAttributes) throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotOwned, FederateInternalError) |
| virtual void | turnUpdatesOffForObjectInstance (ObjectInstanceHandle theObject, AttributeHandleSet const &theAttributes) throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotOwned, FederateInternalError) |
| virtual void | requestAttributeOwnershipAssumption (ObjectInstanceHandle theObject, AttributeHandleSet const &offeredAttributes, VariableLengthData const &theUserSuppliedTag) throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeAlreadyOwned, AttributeNotPublished, FederateInternalError) |
| virtual void | requestDivestitureConfirmation (ObjectInstanceHandle theObject, AttributeHandleSet const &releasedAttributes) throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotOwned, AttributeDivestitureWasNotRequested, FederateInternalError) |
| virtual void | attributeOwnershipAcquisitionNotification (ObjectInstanceHandle theObject, AttributeHandleSet const &securedAttributes, VariableLengthData const &theUserSuppliedTag) throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeAcquisitionWasNotRequested, AttributeAlreadyOwned, AttributeNotPublished, FederateInternalError) |
| virtual void | attributeOwnershipUnavailable (ObjectInstanceHandle theObject, AttributeHandleSet const &theAttributes) throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeAlreadyOwned, AttributeAcquisitionWasNotRequested, FederateInternalError) |
| virtual void | requestAttributeOwnershipRelease (ObjectInstanceHandle theObject, AttributeHandleSet const &candidateAttributes, VariableLengthData const &theUserSuppliedTag) throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotOwned, FederateInternalError) |
| virtual void | confirmAttributeOwnershipAcquisitionCancellation (ObjectInstanceHandle theObject, AttributeHandleSet const &theAttributes) throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeAlreadyOwned, AttributeAcquisitionWasNotCanceled, FederateInternalError) |
| virtual void | informAttributeOwnership (ObjectInstanceHandle theObject, AttributeHandle theAttribute, FederateHandle theOwner) throw (ObjectInstanceNotKnown, AttributeNotRecognized, FederateInternalError) |
| virtual void | attributeIsNotOwned (ObjectInstanceHandle theObject, AttributeHandle theAttribute) throw (ObjectInstanceNotKnown, AttributeNotRecognized, FederateInternalError) |
| virtual void | attributeIsOwnedByRTI (ObjectInstanceHandle theObject, AttributeHandle theAttribute) throw (ObjectInstanceNotKnown, AttributeNotRecognized, FederateInternalError) |
| virtual void | timeRegulationEnabled (LogicalTime const &theFederateTime) throw (InvalidLogicalTime, NoRequestToEnableTimeRegulationWasPending, FederateInternalError) |
| virtual void | timeConstrainedEnabled (LogicalTime const &theFederateTime) throw (InvalidLogicalTime, NoRequestToEnableTimeConstrainedWasPending, FederateInternalError) |
| virtual void | timeAdvanceGrant (LogicalTime const &theTime) throw (InvalidLogicalTime, JoinedFederateIsNotInTimeAdvancingState, FederateInternalError) |
| virtual void | requestRetraction (MessageRetractionHandle theHandle) throw (FederateInternalError) |
| rti1516::NullFederateAmbassador::NullFederateAmbassador | ( | ) | throw (FederateInternalError) [inline] |
| virtual rti1516::NullFederateAmbassador::~NullFederateAmbassador | ( | ) | throw () [inline, virtual] |
| virtual void rti1516::NullFederateAmbassador::announceSynchronizationPoint | ( | std::wstring const & | label, |
| VariableLengthData const & | theUserSuppliedTag | ||
| ) | throw (FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::attributeIsNotOwned | ( | ObjectInstanceHandle | theObject, |
| AttributeHandle | theAttribute | ||
| ) | throw (ObjectInstanceNotKnown, AttributeNotRecognized, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::attributeIsOwnedByRTI | ( | ObjectInstanceHandle | theObject, |
| AttributeHandle | theAttribute | ||
| ) | throw (ObjectInstanceNotKnown, AttributeNotRecognized, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::attributeOwnershipAcquisitionNotification | ( | ObjectInstanceHandle | theObject, |
| AttributeHandleSet const & | securedAttributes, | ||
| VariableLengthData const & | theUserSuppliedTag | ||
| ) | throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeAcquisitionWasNotRequested, AttributeAlreadyOwned, AttributeNotPublished, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::attributeOwnershipUnavailable | ( | ObjectInstanceHandle | theObject, |
| AttributeHandleSet const & | theAttributes | ||
| ) | throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeAlreadyOwned, AttributeAcquisitionWasNotRequested, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::attributesInScope | ( | ObjectInstanceHandle | theObject, |
| AttributeHandleSet const & | theAttributes | ||
| ) | throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotSubscribed, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::attributesOutOfScope | ( | ObjectInstanceHandle | theObject, |
| AttributeHandleSet const & | theAttributes | ||
| ) | throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotSubscribed, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::confirmAttributeOwnershipAcquisitionCancellation | ( | ObjectInstanceHandle | theObject, |
| AttributeHandleSet const & | theAttributes | ||
| ) | throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeAlreadyOwned, AttributeAcquisitionWasNotCanceled, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::discoverObjectInstance | ( | ObjectInstanceHandle | theObject, |
| ObjectClassHandle | theObjectClass, | ||
| std::wstring const & | theObjectInstanceName | ||
| ) | throw (CouldNotDiscover, ObjectClassNotKnown, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::federationNotRestored | ( | RestoreFailureReason | theRestoreFailureReason | ) | throw (FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::federationNotSaved | ( | SaveFailureReason | theSaveFailureReason | ) | throw (FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::federationRestoreBegun | ( | ) | throw (FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador, MyFederateAmbassador, MyFederateAmbassador, and MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::federationRestored | ( | ) | throw (FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador, MyFederateAmbassador, MyFederateAmbassador, and MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::federationRestoreStatusResponse | ( | FederateHandleRestoreStatusPairVector const & | theFederateStatusVector | ) | throw (FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador, and MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::federationSaved | ( | ) | throw (FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador, MyFederateAmbassador, MyFederateAmbassador, and MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::federationSaveStatusResponse | ( | FederateHandleSaveStatusPairVector const & | theFederateStatusVector | ) | throw (FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador, and MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::federationSynchronized | ( | std::wstring const & | label | ) | throw (FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::informAttributeOwnership | ( | ObjectInstanceHandle | theObject, |
| AttributeHandle | theAttribute, | ||
| FederateHandle | theOwner | ||
| ) | throw (ObjectInstanceNotKnown, AttributeNotRecognized, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::initiateFederateRestore | ( | std::wstring const & | label, |
| FederateHandle | handle | ||
| ) | throw (SpecifiedSaveLabelDoesNotExist, CouldNotInitiateRestore, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::initiateFederateSave | ( | std::wstring const & | label | ) | throw (UnableToPerformSave, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador, and MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::initiateFederateSave | ( | std::wstring const & | label, |
| LogicalTime const & | theTime | ||
| ) | throw (UnableToPerformSave, InvalidLogicalTime, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::objectInstanceNameReservationFailed | ( | std::wstring const & | theObjectInstanceName | ) | throw (UnknownName, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador, MyFederateAmbassador, MyFederateAmbassador, MyFederateAmbassador, MyFederateAmbassador, HlaBounceFederateAmbassador, and HlaBounceFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::objectInstanceNameReservationSucceeded | ( | std::wstring const & | theObjectInstanceName | ) | throw (UnknownName, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador, MyFederateAmbassador, MyFederateAmbassador, MyFederateAmbassador, MyFederateAmbassador, HlaBounceFederateAmbassador, and HlaBounceFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::provideAttributeValueUpdate | ( | ObjectInstanceHandle | theObject, |
| AttributeHandleSet const & | theAttributes, | ||
| VariableLengthData const & | theUserSuppliedTag | ||
| ) | throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotOwned, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::receiveInteraction | ( | InteractionClassHandle | theInteraction, |
| ParameterHandleValueMap const & | theParameterValues, | ||
| VariableLengthData const & | theUserSuppliedTag, | ||
| OrderType | sentOrder, | ||
| TransportationType | theType | ||
| ) | throw (InteractionClassNotRecognized, InteractionParameterNotRecognized, InteractionClassNotSubscribed, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::receiveInteraction | ( | InteractionClassHandle | theInteraction, |
| ParameterHandleValueMap const & | theParameterValues, | ||
| VariableLengthData const & | theUserSuppliedTag, | ||
| OrderType | sentOrder, | ||
| TransportationType | theType, | ||
| RegionHandleSet const & | theSentRegionHandleSet | ||
| ) | throw (InteractionClassNotRecognized, InteractionParameterNotRecognized, InteractionClassNotSubscribed, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::receiveInteraction | ( | InteractionClassHandle | theInteraction, |
| ParameterHandleValueMap const & | theParameterValues, | ||
| VariableLengthData const & | theUserSuppliedTag, | ||
| OrderType | sentOrder, | ||
| TransportationType | theType, | ||
| LogicalTime const & | theTime, | ||
| OrderType | receivedOrder | ||
| ) | throw (InteractionClassNotRecognized, InteractionParameterNotRecognized, InteractionClassNotSubscribed, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::receiveInteraction | ( | InteractionClassHandle | theInteraction, |
| ParameterHandleValueMap const & | theParameterValues, | ||
| VariableLengthData const & | theUserSuppliedTag, | ||
| OrderType | sentOrder, | ||
| TransportationType | theType, | ||
| LogicalTime const & | theTime, | ||
| OrderType | receivedOrder, | ||
| RegionHandleSet const & | theSentRegionHandleSet | ||
| ) | throw (InteractionClassNotRecognized, InteractionParameterNotRecognized, InteractionClassNotSubscribed, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::receiveInteraction | ( | InteractionClassHandle | theInteraction, |
| ParameterHandleValueMap const & | theParameterValues, | ||
| VariableLengthData const & | theUserSuppliedTag, | ||
| OrderType | sentOrder, | ||
| TransportationType | theType, | ||
| LogicalTime const & | theTime, | ||
| OrderType | receivedOrder, | ||
| MessageRetractionHandle | theHandle | ||
| ) | throw (InteractionClassNotRecognized, InteractionParameterNotRecognized, InteractionClassNotSubscribed, InvalidLogicalTime, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::receiveInteraction | ( | InteractionClassHandle | theInteraction, |
| ParameterHandleValueMap const & | theParameterValues, | ||
| VariableLengthData const & | theUserSuppliedTag, | ||
| OrderType | sentOrder, | ||
| TransportationType | theType, | ||
| LogicalTime const & | theTime, | ||
| OrderType | receivedOrder, | ||
| MessageRetractionHandle | theHandle, | ||
| RegionHandleSet const & | theSentRegionHandleSet | ||
| ) | throw (InteractionClassNotRecognized, InteractionParameterNotRecognized, InteractionClassNotSubscribed, InvalidLogicalTime, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::reflectAttributeValues | ( | ObjectInstanceHandle | theObject, |
| AttributeHandleValueMap const & | theAttributeValues, | ||
| VariableLengthData const & | theUserSuppliedTag, | ||
| OrderType | sentOrder, | ||
| TransportationType | theType | ||
| ) | throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotSubscribed, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador, and MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::reflectAttributeValues | ( | ObjectInstanceHandle | theObject, |
| AttributeHandleValueMap const & | theAttributeValues, | ||
| VariableLengthData const & | theUserSuppliedTag, | ||
| OrderType | sentOrder, | ||
| TransportationType | theType, | ||
| RegionHandleSet const & | theSentRegionHandleSet | ||
| ) | throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotSubscribed, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador, and MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::reflectAttributeValues | ( | ObjectInstanceHandle | theObject, |
| AttributeHandleValueMap const & | theAttributeValues, | ||
| VariableLengthData const & | theUserSuppliedTag, | ||
| OrderType | sentOrder, | ||
| TransportationType | theType, | ||
| LogicalTime const & | theTime, | ||
| OrderType | receivedOrder | ||
| ) | throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotSubscribed, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador, and MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::reflectAttributeValues | ( | ObjectInstanceHandle | theObject, |
| AttributeHandleValueMap const & | theAttributeValues, | ||
| VariableLengthData const & | theUserSuppliedTag, | ||
| OrderType | sentOrder, | ||
| TransportationType | theType, | ||
| LogicalTime const & | theTime, | ||
| OrderType | receivedOrder, | ||
| RegionHandleSet const & | theSentRegionHandleSet | ||
| ) | throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotSubscribed, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador, and MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::reflectAttributeValues | ( | ObjectInstanceHandle | theObject, |
| AttributeHandleValueMap const & | theAttributeValues, | ||
| VariableLengthData const & | theUserSuppliedTag, | ||
| OrderType | sentOrder, | ||
| TransportationType | theType, | ||
| LogicalTime const & | theTime, | ||
| OrderType | receivedOrder, | ||
| MessageRetractionHandle | theHandle | ||
| ) | throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotSubscribed, InvalidLogicalTime, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador, and MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::reflectAttributeValues | ( | ObjectInstanceHandle | theObject, |
| AttributeHandleValueMap const & | theAttributeValues, | ||
| VariableLengthData const & | theUserSuppliedTag, | ||
| OrderType | sentOrder, | ||
| TransportationType | theType, | ||
| LogicalTime const & | theTime, | ||
| OrderType | receivedOrder, | ||
| MessageRetractionHandle | theHandle, | ||
| RegionHandleSet const & | theSentRegionHandleSet | ||
| ) | throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotSubscribed, InvalidLogicalTime, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador, and MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::removeObjectInstance | ( | ObjectInstanceHandle | theObject, |
| VariableLengthData const & | theUserSuppliedTag, | ||
| OrderType | sentOrder | ||
| ) | throw (ObjectInstanceNotKnown, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador, and MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::removeObjectInstance | ( | ObjectInstanceHandle | theObject, |
| VariableLengthData const & | theUserSuppliedTag, | ||
| OrderType | sentOrder, | ||
| LogicalTime const & | theTime, | ||
| OrderType | receivedOrder | ||
| ) | throw (ObjectInstanceNotKnown, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador, and MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::removeObjectInstance | ( | ObjectInstanceHandle | theObject, |
| VariableLengthData const & | theUserSuppliedTag, | ||
| OrderType | sentOrder, | ||
| LogicalTime const & | theTime, | ||
| OrderType | receivedOrder, | ||
| MessageRetractionHandle | theHandle | ||
| ) | throw (ObjectInstanceNotKnown, InvalidLogicalTime, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador, and MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::requestAttributeOwnershipAssumption | ( | ObjectInstanceHandle | theObject, |
| AttributeHandleSet const & | offeredAttributes, | ||
| VariableLengthData const & | theUserSuppliedTag | ||
| ) | throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeAlreadyOwned, AttributeNotPublished, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::requestAttributeOwnershipRelease | ( | ObjectInstanceHandle | theObject, |
| AttributeHandleSet const & | candidateAttributes, | ||
| VariableLengthData const & | theUserSuppliedTag | ||
| ) | throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotOwned, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::requestDivestitureConfirmation | ( | ObjectInstanceHandle | theObject, |
| AttributeHandleSet const & | releasedAttributes | ||
| ) | throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotOwned, AttributeDivestitureWasNotRequested, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::requestFederationRestoreFailed | ( | std::wstring const & | label | ) | throw (FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador, and MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::requestFederationRestoreSucceeded | ( | std::wstring const & | label | ) | throw (FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador, and MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::requestRetraction | ( | MessageRetractionHandle | theHandle | ) | throw (FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador, and MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::startRegistrationForObjectClass | ( | ObjectClassHandle | theClass | ) | throw (ObjectClassNotPublished, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::stopRegistrationForObjectClass | ( | ObjectClassHandle | theClass | ) | throw (ObjectClassNotPublished, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::synchronizationPointRegistrationFailed | ( | std::wstring const & | label, |
| SynchronizationFailureReason | reason | ||
| ) | throw (FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::synchronizationPointRegistrationSucceeded | ( | std::wstring const & | label | ) | throw (FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador, and MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::timeAdvanceGrant | ( | LogicalTime const & | theTime | ) | throw (InvalidLogicalTime, JoinedFederateIsNotInTimeAdvancingState, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::timeConstrainedEnabled | ( | LogicalTime const & | theFederateTime | ) | throw (InvalidLogicalTime, NoRequestToEnableTimeConstrainedWasPending, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::timeRegulationEnabled | ( | LogicalTime const & | theFederateTime | ) | throw (InvalidLogicalTime, NoRequestToEnableTimeRegulationWasPending, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
Reimplemented in MyFederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::turnInteractionsOff | ( | InteractionClassHandle | theHandle | ) | throw (InteractionClassNotPublished, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::turnInteractionsOn | ( | InteractionClassHandle | theHandle | ) | throw (InteractionClassNotPublished, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::turnUpdatesOffForObjectInstance | ( | ObjectInstanceHandle | theObject, |
| AttributeHandleSet const & | theAttributes | ||
| ) | throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotOwned, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.
| virtual void rti1516::NullFederateAmbassador::turnUpdatesOnForObjectInstance | ( | ObjectInstanceHandle | theObject, |
| AttributeHandleSet const & | theAttributes | ||
| ) | throw (ObjectInstanceNotKnown, AttributeNotRecognized, AttributeNotOwned, FederateInternalError) [inline, virtual] |
Implements rti1516::FederateAmbassador.