|
| | DtNullFederateAmbassador () |
| | Default constructor. More...
|
| |
| virtual | ~DtNullFederateAmbassador () throw ( RTI::FederateInternalError ) |
| | Destructor. More...
|
| |
| virtual void | synchronizationPointRegistrationSucceeded (const char *label) throw ( RTI::FederateInternalError ) |
| | ! Federation Management Services //! More...
|
| |
| virtual void | synchronizationPointRegistrationFailed (const char *label) throw ( RTI::FederateInternalError ) |
| |
| virtual void | announceSynchronizationPoint (const char *label, const char *tag) throw ( RTI::FederateInternalError ) |
| |
| virtual void | federationSynchronized (const char *label) throw ( RTI::FederateInternalError ) |
| |
| virtual void | initiateFederateSave (const char *label) throw ( RTI::UnableToPerformSave, RTI::FederateInternalError ) |
| |
| virtual void | federationSaved () throw ( RTI::FederateInternalError) |
| |
| virtual void | federationNotSaved () throw ( RTI::FederateInternalError ) |
| |
| virtual void | requestFederationRestoreSucceeded (const char *label) throw ( RTI::FederateInternalError ) |
| |
| virtual void | requestFederationRestoreFailed (const char *label, const char *reason) throw ( RTI::FederateInternalError) |
| |
| virtual void | federationRestoreBegun () throw ( RTI::FederateInternalError ) |
| |
| virtual void | initiateFederateRestore (const char *label, RTI::FederateHandle handle) throw ( RTI::SpecifiedSaveLabelDoesNotExist, RTI::CouldNotRestore, RTI::FederateInternalError ) |
| |
| virtual void | federationRestored () throw ( RTI::FederateInternalError) |
| |
| virtual void | federationNotRestored () throw ( RTI::FederateInternalError ) |
| |
| virtual void | startRegistrationForObjectClass (RTI::ObjectClassHandle theClass) throw ( RTI::ObjectClassNotPublished, RTI::FederateInternalError ) |
| | ! Declaration Management Services //! More...
|
| |
| virtual void | stopRegistrationForObjectClass (RTI::ObjectClassHandle theClass) throw ( RTI::ObjectClassNotPublished, RTI::FederateInternalError ) |
| |
| virtual void | turnInteractionsOn (RTI::InteractionClassHandle theHandle) throw ( RTI::InteractionClassNotPublished, RTI::FederateInternalError ) |
| |
| virtual void | turnInteractionsOff (RTI::InteractionClassHandle theHandle) throw ( RTI::InteractionClassNotPublished, RTI::FederateInternalError ) |
| |
| virtual void | discoverObjectInstance (RTI::ObjectHandle theObject, RTI::ObjectClassHandle theObjectClass, const char *theObjectName) throw ( RTI::CouldNotDiscover, RTI::ObjectClassNotKnown, RTI::FederateInternalError ) |
| | ! Object Management Services //! More...
|
| |
| virtual void | reflectAttributeValues (RTI::ObjectHandle theObject, const RTI::AttributeHandleValuePairSet &theAttributes, const RTI::FedTime &theTime, const char *theTag, RTI::EventRetractionHandle theHandle) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::FederateOwnsAttributes, RTI::InvalidFederationTime, RTI::FederateInternalError ) |
| | supplied C1 More...
|
| |
| virtual void | reflectAttributeValues (RTI::ObjectHandle theObject, const RTI::AttributeHandleValuePairSet &theAttributes, const char *theTag) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::FederateOwnsAttributes, RTI::FederateInternalError ) |
| | supplied C4 More...
|
| |
| virtual void | receiveInteraction (RTI::InteractionClassHandle theInteraction, const RTI::ParameterHandleValuePairSet &theParameters, const RTI::FedTime &theTime, const char *theTag, RTI::EventRetractionHandle theHandle) throw ( RTI::InteractionClassNotKnown, RTI::InteractionParameterNotKnown, RTI::InvalidFederationTime, RTI::FederateInternalError ) |
| | 4.6 More...
|
| |
| virtual void | receiveInteraction (RTI::InteractionClassHandle theInteraction, const RTI::ParameterHandleValuePairSet &theParameters, const char *theTag) throw ( RTI::InteractionClassNotKnown, RTI::InteractionParameterNotKnown, RTI::FederateInternalError ) |
| | supplied C4 More...
|
| |
| virtual void | removeObjectInstance (RTI::ObjectHandle theObject, const RTI::FedTime &theTime, const char *theTag, RTI::EventRetractionHandle theHandle) throw ( RTI::ObjectNotKnown, RTI::InvalidFederationTime, RTI::FederateInternalError ) |
| | supplied C1 More...
|
| |
| virtual void | removeObjectInstance (RTI::ObjectHandle theObject, const char *theTag) throw ( RTI::ObjectNotKnown, RTI::FederateInternalError ) |
| | supplied C4 More...
|
| |
| virtual void | attributesInScope (RTI::ObjectHandle theObject, const RTI::AttributeHandleSet &theAttributes) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::FederateInternalError ) |
| | supplied C4 More...
|
| |
| virtual void | attributesOutOfScope (RTI::ObjectHandle theObject, const RTI::AttributeHandleSet &theAttributes) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::FederateInternalError ) |
| | supplied C4 More...
|
| |
| virtual void | provideAttributeValueUpdate (RTI::ObjectHandle theObject, const RTI::AttributeHandleSet &theAttributes) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::AttributeNotOwned, RTI::FederateInternalError ) |
| | supplied C4 More...
|
| |
| virtual void | turnUpdatesOnForObjectInstance (RTI::ObjectHandle theObject, const RTI::AttributeHandleSet &theAttributes) throw ( RTI::ObjectNotKnown, RTI::AttributeNotOwned, RTI::FederateInternalError ) |
| | supplied C4 More...
|
| |
| virtual void | turnUpdatesOffForObjectInstance (RTI::ObjectHandle theObject, const RTI::AttributeHandleSet &theAttributes) throw ( RTI::ObjectNotKnown, RTI::AttributeNotOwned, RTI::FederateInternalError ) |
| | supplied C4 More...
|
| |
| virtual void | requestAttributeOwnershipAssumption (RTI::ObjectHandle theObject, const RTI::AttributeHandleSet &offeredAttributes, const char *theTag) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::AttributeAlreadyOwned, RTI::AttributeNotPublished, RTI::FederateInternalError ) |
| | ! Ownership Management Services //! More...
|
| |
| virtual void | attributeOwnershipDivestitureNotification (RTI::ObjectHandle theObject, const RTI::AttributeHandleSet &releasedAttributes) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::AttributeNotOwned, RTI::AttributeDivestitureWasNotRequested, RTI::FederateInternalError ) |
| | supplied C4 More...
|
| |
| virtual void | attributeOwnershipAcquisitionNotification (RTI::ObjectHandle theObject, const RTI::AttributeHandleSet &securedAttributes) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::AttributeAcquisitionWasNotRequested, RTI::AttributeAlreadyOwned, RTI::AttributeNotPublished, RTI::FederateInternalError ) |
| | supplied C4 More...
|
| |
| virtual void | attributeOwnershipUnavailable (RTI::ObjectHandle theObject, const RTI::AttributeHandleSet &theAttributes) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::AttributeAlreadyOwned, RTI::AttributeAcquisitionWasNotRequested, RTI::FederateInternalError ) |
| | supplied C4 More...
|
| |
| virtual void | requestAttributeOwnershipRelease (RTI::ObjectHandle theObject, const RTI::AttributeHandleSet &candidateAttributes, const char *theTag) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::AttributeNotOwned, RTI::FederateInternalError ) |
| | supplied C4 More...
|
| |
| virtual void | confirmAttributeOwnershipAcquisitionCancellation (RTI::ObjectHandle theObject, const RTI::AttributeHandleSet &theAttributes) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::AttributeAlreadyOwned, RTI::AttributeAcquisitionWasNotCanceled, RTI::FederateInternalError ) |
| | supplied C4 More...
|
| |
| virtual void | informAttributeOwnership (RTI::ObjectHandle theObject, RTI::AttributeHandle theAttribute, RTI::FederateHandle theOwner) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::FederateInternalError ) |
| | supplied C1 More...
|
| |
| virtual void | attributeIsNotOwned (RTI::ObjectHandle theObject, RTI::AttributeHandle theAttribute) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::FederateInternalError ) |
| | supplied C1 More...
|
| |
| virtual void | attributeOwnedByRTI (RTI::ObjectHandle theObject, RTI::AttributeHandle theAttribute) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::FederateInternalError ) |
| | supplied C1 More...
|
| |
| virtual void | timeRegulationEnabled (const RTI::FedTime &theTime) throw ( RTI::InvalidFederationTime, RTI::EnableTimeRegulationWasNotPending, RTI::FederateInternalError ) |
| | ! Time Management Services //! More...
|
| |
| virtual void | timeConstrainedEnabled (const RTI::FedTime &theTime) throw ( RTI::InvalidFederationTime, RTI::EnableTimeConstrainedWasNotPending, RTI::FederateInternalError ) |
| | supplied C4 More...
|
| |
| virtual void | timeAdvanceGrant (const RTI::FedTime &theTime) throw ( RTI::InvalidFederationTime, RTI::TimeAdvanceWasNotInProgress, RTI::FederateInternalError ) |
| | supplied C4 More...
|
| |
| virtual void | requestRetraction (RTI::EventRetractionHandle theHandle) throw ( RTI::EventNotKnown, RTI::FederateInternalError ) |
| |
| | throw (RTI::FederateInternalError) |
| |
| virtual | ~DtNullFederateAmbassador () throw () |
| |
|
| | DtNullFederateAmbassador (const DtNullFederateAmbassador &src) |
| | Copy constructor (not implemented) More...
|
| |
| DtNullFederateAmbassador & | operator= (const DtNullFederateAmbassador &src) |
| | Assignment operator (not implemented) More...
|
| |
| | DtNullFederateAmbassador (const DtNullFederateAmbassador &src) |
| | Copy constructor (not implemented) More...
|
| |
| DtNullFederateAmbassador & | operator= (const DtNullFederateAmbassador &src) |
| | Assignment operator (not implemented) More...
|
| |
| virtual void | connectionLost (std::wstring const &faultDescription) throw ( RTI::FederateInternalError) |
| |
| virtual void | reportFederationExecutions (RTI::FederationExecutionInformationVector const &theFederationExecutionInformationList) throw ( RTI::FederateInternalError) |
| |
| virtual void | synchronizationPointRegistrationSucceeded (std::wstring const &label) throw ( RTI::FederateInternalError) |
| |
| virtual void | synchronizationPointRegistrationFailed (std::wstring const &label, RTI::SynchronizationPointFailureReason reason) throw ( RTI::FederateInternalError) |
| |
| virtual void | announceSynchronizationPoint (std::wstring const &label, RTI::VariableLengthData const &theUserSuppliedTag) throw ( RTI::FederateInternalError) |
| |
| virtual void | federationSynchronized (std::wstring const &label, RTI::FederateHandleSet const &failedToSyncSet) throw ( RTI::FederateInternalError) |
| |
| virtual void | initiateFederateSave (std::wstring const &label) throw ( RTI::FederateInternalError) |
| |
| virtual void | initiateFederateSave (std::wstring const &label, RTI::LogicalTime const &theTime) throw ( RTI::FederateInternalError) |
| |
| virtual void | federationSaved () throw ( RTI::FederateInternalError) |
| |
| virtual void | federationNotSaved (RTI::SaveFailureReason theSaveFailureReason) throw ( RTI::FederateInternalError) |
| |
| virtual void | federationSaveStatusResponse (RTI::FederateHandleSaveStatusPairVector const &theFederateStatusVector) throw ( RTI::FederateInternalError) |
| |
| virtual void | requestFederationRestoreSucceeded (std::wstring const &label) throw ( RTI::FederateInternalError) |
| |
| virtual void | requestFederationRestoreFailed (std::wstring const &label) throw ( RTI::FederateInternalError) |
| |
| virtual void | federationRestoreBegun () throw ( RTI::FederateInternalError) |
| |
| virtual void | initiateFederateRestore (std::wstring const &label, std::wstring const &federateName, RTI::FederateHandle handle) throw ( RTI::FederateInternalError) |
| |
| virtual void | federationRestored () throw ( RTI::FederateInternalError) |
| |
| virtual void | federationNotRestored (RTI::RestoreFailureReason theRestoreFailureReason) throw ( RTI::FederateInternalError) |
| |
| virtual void | federationRestoreStatusResponse (RTI::FederateRestoreStatusVector const &theFederateRestoreStatusVector) throw ( RTI::FederateInternalError) |
| |
| virtual void | startRegistrationForObjectClass (RTI::ObjectClassHandle theClass) throw ( RTI::FederateInternalError) |
| |
| virtual void | stopRegistrationForObjectClass (RTI::ObjectClassHandle theClass) throw ( RTI::FederateInternalError) |
| |
| virtual void | turnInteractionsOn (RTI::InteractionClassHandle theHandle) throw ( RTI::FederateInternalError) |
| |
| virtual void | turnInteractionsOff (RTI::InteractionClassHandle theHandle) throw ( RTI::FederateInternalError) |
| |
| virtual void | objectInstanceNameReservationSucceeded (std::wstring const &theObjectInstanceName) throw ( RTI::FederateInternalError) |
| |
| virtual void | objectInstanceNameReservationFailed (std::wstring const &theObjectInstanceName) throw ( RTI::FederateInternalError) |
| |
| virtual void | multipleObjectInstanceNameReservationSucceeded (std::set< std::wstring > const &theObjectInstanceNames) throw ( RTI::FederateInternalError) |
| |
| virtual void | multipleObjectInstanceNameReservationFailed (std::set< std::wstring > const &theObjectInstanceNames) throw ( RTI::FederateInternalError) |
| |
| virtual void | discoverObjectInstance (RTI::ObjectInstanceHandle theObject, RTI::ObjectClassHandle theObjectClass, std::wstring const &theObjectInstanceName) throw ( RTI::FederateInternalError) |
| |
| virtual void | discoverObjectInstance (RTI::ObjectInstanceHandle theObject, RTI::ObjectClassHandle theObjectClass, std::wstring const &theObjectInstanceName, RTI::FederateHandle producingFederate) throw ( RTI::FederateInternalError) |
| |
| virtual void | reflectAttributeValues (RTI::ObjectInstanceHandle theObject, RTI::AttributeHandleValueMap const &theAttributeValues, RTI::VariableLengthData const &theUserSuppliedTag, RTI::OrderType sentOrder, RTI::TransportationType theType, RTI::SupplementalReflectInfo theReflectInfo) throw ( RTI::FederateInternalError) |
| |
| virtual void | reflectAttributeValues (RTI::ObjectInstanceHandle theObject, RTI::AttributeHandleValueMap const &theAttributeValues, RTI::VariableLengthData const &theUserSuppliedTag, RTI::OrderType sentOrder, RTI::TransportationType theType, RTI::LogicalTime const &theTime, RTI::OrderType receivedOrder, RTI::SupplementalReflectInfo theReflectInfo) throw ( RTI::FederateInternalError) |
| |
| virtual void | reflectAttributeValues (RTI::ObjectInstanceHandle theObject, RTI::AttributeHandleValueMap const &theAttributeValues, RTI::VariableLengthData const &theUserSuppliedTag, RTI::OrderType sentOrder, RTI::TransportationType theType, RTI::LogicalTime const &theTime, RTI::OrderType receivedOrder, RTI::MessageRetractionHandle theHandle, RTI::SupplementalReflectInfo theReflectInfo) throw ( RTI::FederateInternalError) |
| |
| virtual void | receiveInteraction (RTI::InteractionClassHandle theInteraction, RTI::ParameterHandleValueMap const &theParameterValues, RTI::VariableLengthData const &theUserSuppliedTag, RTI::OrderType sentOrder, RTI::TransportationType theType, RTI::SupplementalReceiveInfo theReceiveInfo) throw ( RTI::FederateInternalError) |
| |
| virtual void | receiveInteraction (RTI::InteractionClassHandle theInteraction, RTI::ParameterHandleValueMap const &theParameterValues, RTI::VariableLengthData const &theUserSuppliedTag, RTI::OrderType sentOrder, RTI::TransportationType theType, RTI::LogicalTime const &theTime, RTI::OrderType receivedOrder, RTI::SupplementalReceiveInfo theReceiveInfo) throw ( RTI::FederateInternalError) |
| |
| virtual void | receiveInteraction (RTI::InteractionClassHandle theInteraction, RTI::ParameterHandleValueMap const &theParameterValues, RTI::VariableLengthData const &theUserSuppliedTag, RTI::OrderType sentOrder, RTI::TransportationType theType, RTI::LogicalTime const &theTime, RTI::OrderType receivedOrder, RTI::MessageRetractionHandle theHandle, RTI::SupplementalReceiveInfo theReceiveInfo) throw ( RTI::FederateInternalError) |
| |
| virtual void | removeObjectInstance (RTI::ObjectInstanceHandle theObject, RTI::VariableLengthData const &theUserSuppliedTag, RTI::OrderType sentOrder, RTI::SupplementalRemoveInfo theRemoveInfo) throw ( RTI::FederateInternalError) |
| |
| virtual void | removeObjectInstance (RTI::ObjectInstanceHandle theObject, RTI::VariableLengthData const &theUserSuppliedTag, RTI::OrderType sentOrder, RTI::LogicalTime const &theTime, RTI::OrderType receivedOrder, RTI::SupplementalRemoveInfo theRemoveInfo) throw ( RTI::FederateInternalError) |
| |
| virtual void | removeObjectInstance (RTI::ObjectInstanceHandle theObject, RTI::VariableLengthData const &theUserSuppliedTag, RTI::OrderType sentOrder, RTI::LogicalTime const &theTime, RTI::OrderType receivedOrder, RTI::MessageRetractionHandle theHandle, RTI::SupplementalRemoveInfo theRemoveInfo) throw ( RTI::FederateInternalError) |
| |
| virtual void | attributesInScope (RTI::ObjectInstanceHandle theObject, RTI::AttributeHandleSet const &theAttributes) throw ( RTI::FederateInternalError) |
| |
| virtual void | attributesOutOfScope (RTI::ObjectInstanceHandle theObject, RTI::AttributeHandleSet const &theAttributes) throw ( RTI::FederateInternalError) |
| |
| virtual void | provideAttributeValueUpdate (RTI::ObjectInstanceHandle theObject, RTI::AttributeHandleSet const &theAttributes, RTI::VariableLengthData const &theUserSuppliedTag) throw ( RTI::FederateInternalError) |
| |
| virtual void | turnUpdatesOnForObjectInstance (RTI::ObjectInstanceHandle theObject, RTI::AttributeHandleSet const &theAttributes) throw ( RTI::FederateInternalError) |
| |
| virtual void | turnUpdatesOnForObjectInstance (RTI::ObjectInstanceHandle theObject, RTI::AttributeHandleSet const &theAttributes, std::wstring const &updateRateDesignator) throw ( RTI::FederateInternalError) |
| |
| virtual void | turnUpdatesOffForObjectInstance (RTI::ObjectInstanceHandle theObject, RTI::AttributeHandleSet const &theAttributes) throw ( RTI::FederateInternalError) |
| |
| virtual void | confirmAttributeTransportationTypeChange (RTI::ObjectInstanceHandle theObject, RTI::AttributeHandleSet theAttributes, RTI::TransportationType theTransportation) throw ( RTI::FederateInternalError) |
| |
| virtual void | reportAttributeTransportationType (RTI::ObjectInstanceHandle theObject, RTI::AttributeHandle theAttribute, RTI::TransportationType theTransportation) throw ( RTI::FederateInternalError) |
| |
| virtual void | confirmInteractionTransportationTypeChange (RTI::InteractionClassHandle theInteraction, RTI::TransportationType theTransportation) throw ( RTI::FederateInternalError) |
| |
| virtual void | reportInteractionTransportationType (RTI::FederateHandle federateHandle, RTI::InteractionClassHandle theInteraction, RTI::TransportationType theTransportation) throw ( RTI::FederateInternalError) |
| |
| virtual void | requestAttributeOwnershipAssumption (RTI::ObjectInstanceHandle theObject, RTI::AttributeHandleSet const &offeredAttributes, RTI::VariableLengthData const &theUserSuppliedTag) throw ( RTI::FederateInternalError) |
| |
| virtual void | requestDivestitureConfirmation (RTI::ObjectInstanceHandle theObject, RTI::AttributeHandleSet const &releasedAttributes) throw ( RTI::FederateInternalError) |
| |
| virtual void | attributeOwnershipAcquisitionNotification (RTI::ObjectInstanceHandle theObject, RTI::AttributeHandleSet const &securedAttributes, RTI::VariableLengthData const &theUserSuppliedTag) throw ( RTI::FederateInternalError) |
| |
| virtual void | attributeOwnershipUnavailable (RTI::ObjectInstanceHandle theObject, RTI::AttributeHandleSet const &theAttributes) throw ( RTI::FederateInternalError) |
| |
| virtual void | requestAttributeOwnershipRelease (RTI::ObjectInstanceHandle theObject, RTI::AttributeHandleSet const &candidateAttributes, RTI::VariableLengthData const &theUserSuppliedTag) throw ( RTI::FederateInternalError) |
| |
| virtual void | confirmAttributeOwnershipAcquisitionCancellation (RTI::ObjectInstanceHandle theObject, RTI::AttributeHandleSet const &theAttributes) throw ( RTI::FederateInternalError) |
| |
| virtual void | informAttributeOwnership (RTI::ObjectInstanceHandle theObject, RTI::AttributeHandle theAttribute, RTI::FederateHandle theOwner) throw ( RTI::FederateInternalError) |
| |
| virtual void | attributeIsNotOwned (RTI::ObjectInstanceHandle theObject, RTI::AttributeHandle theAttribute) throw ( RTI::FederateInternalError) |
| |
| virtual void | attributeIsOwnedByRTI (RTI::ObjectInstanceHandle theObject, RTI::AttributeHandle theAttribute) throw ( RTI::FederateInternalError) |
| |
| virtual void | timeRegulationEnabled (RTI::LogicalTime const &theFederateTime) throw ( RTI::FederateInternalError) |
| |
| virtual void | timeConstrainedEnabled (RTI::LogicalTime const &theFederateTime) throw ( RTI::FederateInternalError) |
| |
| virtual void | timeAdvanceGrant (RTI::LogicalTime const &theTime) throw ( RTI::FederateInternalError) |
| |
| virtual void | requestRetraction (RTI::MessageRetractionHandle theHandle) throw ( RTI::FederateInternalError) |
| |