MAK RTIspy API Documentation for HLA Evolved
List of all members | Public Member Functions
rti1516e::NullFederateAmbassador Class Reference
+ Inheritance diagram for rti1516e::NullFederateAmbassador:
+ Collaboration diagram for rti1516e::NullFederateAmbassador:

Public Member Functions

 NullFederateAmbassador () throw ( FederateInternalError)
virtual ~NullFederateAmbassador () throw ()
virtual void connectionLost (std::wstring const &faultDescription) throw ( FederateInternalError)
virtual void reportFederationExecutions (FederationExecutionInformationVector const &theFederationExecutionInformationList) throw ( FederateInternalError)
virtual void synchronizationPointRegistrationSucceeded (std::wstring const &label) throw ( FederateInternalError)
virtual void synchronizationPointRegistrationFailed (std::wstring const &label, SynchronizationPointFailureReason reason) throw ( FederateInternalError)
virtual void announceSynchronizationPoint (std::wstring const &label, VariableLengthData const &theUserSuppliedTag) throw ( FederateInternalError)
virtual void federationSynchronized (std::wstring const &label, FederateHandleSet const &failedToSyncSet) throw ( FederateInternalError)
virtual void initiateFederateSave (std::wstring const &label) throw ( FederateInternalError)
virtual void initiateFederateSave (std::wstring const &label, LogicalTime const &theTime) throw ( 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, std::wstring const &federateName, FederateHandle handle) throw ( FederateInternalError)
virtual void federationRestored () throw ( FederateInternalError)
virtual void federationNotRestored (RestoreFailureReason theRestoreFailureReason) throw ( FederateInternalError)
virtual void federationRestoreStatusResponse (FederateRestoreStatusVector const &theFederateRestoreStatusVector) throw ( FederateInternalError)
virtual void startRegistrationForObjectClass (ObjectClassHandle theClass) throw ( FederateInternalError)
virtual void stopRegistrationForObjectClass (ObjectClassHandle theClass) throw ( FederateInternalError)
virtual void turnInteractionsOn (InteractionClassHandle theHandle) throw ( FederateInternalError)
virtual void turnInteractionsOff (InteractionClassHandle theHandle) throw ( FederateInternalError)
virtual void objectInstanceNameReservationSucceeded (std::wstring const &theObjectInstanceName) throw ( FederateInternalError)
virtual void objectInstanceNameReservationFailed (std::wstring const &theObjectInstanceName) throw ( FederateInternalError)
virtual void multipleObjectInstanceNameReservationSucceeded (std::set< std::wstring > const &theObjectInstanceNames) throw ( FederateInternalError)
virtual void multipleObjectInstanceNameReservationFailed (std::set< std::wstring > const &theObjectInstanceNames) throw ( FederateInternalError)
virtual void discoverObjectInstance (ObjectInstanceHandle theObject, ObjectClassHandle theObjectClass, std::wstring const &theObjectInstanceName) throw ( FederateInternalError)
virtual void discoverObjectInstance (ObjectInstanceHandle theObject, ObjectClassHandle theObjectClass, std::wstring const &theObjectInstanceName, FederateHandle producingFederate) throw ( FederateInternalError)
virtual void reflectAttributeValues (ObjectInstanceHandle theObject, AttributeHandleValueMap const &theAttributeValues, VariableLengthData const &theUserSuppliedTag, OrderType sentOrder, TransportationType theType, SupplementalReflectInfo theReflectInfo) throw ( FederateInternalError)
virtual void reflectAttributeValues (ObjectInstanceHandle theObject, AttributeHandleValueMap const &theAttributeValues, VariableLengthData const &theUserSuppliedTag, OrderType sentOrder, TransportationType theType, LogicalTime const &theTime, OrderType receivedOrder, SupplementalReflectInfo theReflectInfo) throw ( FederateInternalError)
virtual void reflectAttributeValues (ObjectInstanceHandle theObject, AttributeHandleValueMap const &theAttributeValues, VariableLengthData const &theUserSuppliedTag, OrderType sentOrder, TransportationType theType, LogicalTime const &theTime, OrderType receivedOrder, MessageRetractionHandle theHandle, SupplementalReflectInfo theReflectInfo) throw ( FederateInternalError)
virtual void receiveInteraction (InteractionClassHandle theInteraction, ParameterHandleValueMap const &theParameterValues, VariableLengthData const &theUserSuppliedTag, OrderType sentOrder, TransportationType theType, SupplementalReceiveInfo theReceiveInfo) throw ( FederateInternalError)
virtual void receiveInteraction (InteractionClassHandle theInteraction, ParameterHandleValueMap const &theParameterValues, VariableLengthData const &theUserSuppliedTag, OrderType sentOrder, TransportationType theType, LogicalTime const &theTime, OrderType receivedOrder, SupplementalReceiveInfo theReceiveInfo) throw ( FederateInternalError)
virtual void receiveInteraction (InteractionClassHandle theInteraction, ParameterHandleValueMap const &theParameterValues, VariableLengthData const &theUserSuppliedTag, OrderType sentOrder, TransportationType theType, LogicalTime const &theTime, OrderType receivedOrder, MessageRetractionHandle theHandle, SupplementalReceiveInfo theReceiveInfo) throw ( FederateInternalError)
virtual void removeObjectInstance (ObjectInstanceHandle theObject, VariableLengthData const &theUserSuppliedTag, OrderType sentOrder, SupplementalRemoveInfo theRemoveInfo) throw ( FederateInternalError)
virtual void removeObjectInstance (ObjectInstanceHandle theObject, VariableLengthData const &theUserSuppliedTag, OrderType sentOrder, LogicalTime const &theTime, OrderType receivedOrder, SupplementalRemoveInfo theRemoveInfo) throw ( FederateInternalError)
virtual void removeObjectInstance (ObjectInstanceHandle theObject, VariableLengthData const &theUserSuppliedTag, OrderType sentOrder, LogicalTime const &theTime, OrderType receivedOrder, MessageRetractionHandle theHandle, SupplementalRemoveInfo theRemoveInfo) throw ( FederateInternalError)
virtual void attributesInScope (ObjectInstanceHandle theObject, AttributeHandleSet const &theAttributes) throw ( FederateInternalError)
virtual void attributesOutOfScope (ObjectInstanceHandle theObject, AttributeHandleSet const &theAttributes) throw ( FederateInternalError)
virtual void provideAttributeValueUpdate (ObjectInstanceHandle theObject, AttributeHandleSet const &theAttributes, VariableLengthData const &theUserSuppliedTag) throw ( FederateInternalError)
virtual void turnUpdatesOnForObjectInstance (ObjectInstanceHandle theObject, AttributeHandleSet const &theAttributes) throw ( FederateInternalError)
virtual void turnUpdatesOnForObjectInstance (ObjectInstanceHandle theObject, AttributeHandleSet const &theAttributes, std::wstring const &updateRateDesignator) throw ( FederateInternalError)
virtual void turnUpdatesOffForObjectInstance (ObjectInstanceHandle theObject, AttributeHandleSet const &theAttributes) throw ( FederateInternalError)
virtual void confirmAttributeTransportationTypeChange (ObjectInstanceHandle theObject, AttributeHandleSet theAttributes, TransportationType theTransportation) throw ( FederateInternalError)
virtual void reportAttributeTransportationType (ObjectInstanceHandle theObject, AttributeHandle theAttribute, TransportationType theTransportation) throw ( FederateInternalError)
virtual void confirmInteractionTransportationTypeChange (InteractionClassHandle theInteraction, TransportationType theTransportation) throw ( FederateInternalError)
virtual void reportInteractionTransportationType (FederateHandle federateHandle, InteractionClassHandle theInteraction, TransportationType theTransportation) throw ( FederateInternalError)
virtual void requestAttributeOwnershipAssumption (ObjectInstanceHandle theObject, AttributeHandleSet const &offeredAttributes, VariableLengthData const &theUserSuppliedTag) throw ( FederateInternalError)
virtual void requestDivestitureConfirmation (ObjectInstanceHandle theObject, AttributeHandleSet const &releasedAttributes) throw ( FederateInternalError)
virtual void attributeOwnershipAcquisitionNotification (ObjectInstanceHandle theObject, AttributeHandleSet const &securedAttributes, VariableLengthData const &theUserSuppliedTag) throw ( FederateInternalError)
virtual void attributeOwnershipUnavailable (ObjectInstanceHandle theObject, AttributeHandleSet const &theAttributes) throw ( FederateInternalError)
virtual void requestAttributeOwnershipRelease (ObjectInstanceHandle theObject, AttributeHandleSet const &candidateAttributes, VariableLengthData const &theUserSuppliedTag) throw ( FederateInternalError)
virtual void confirmAttributeOwnershipAcquisitionCancellation (ObjectInstanceHandle theObject, AttributeHandleSet const &theAttributes) throw ( FederateInternalError)
virtual void informAttributeOwnership (ObjectInstanceHandle theObject, AttributeHandle theAttribute, FederateHandle theOwner) throw ( FederateInternalError)
virtual void attributeIsNotOwned (ObjectInstanceHandle theObject, AttributeHandle theAttribute) throw ( FederateInternalError)
virtual void attributeIsOwnedByRTI (ObjectInstanceHandle theObject, AttributeHandle theAttribute) throw ( FederateInternalError)
virtual void timeRegulationEnabled (LogicalTime const &theFederateTime) throw ( FederateInternalError)
virtual void timeConstrainedEnabled (LogicalTime const &theFederateTime) throw ( FederateInternalError)
virtual void timeAdvanceGrant (LogicalTime const &theTime) throw ( FederateInternalError)
virtual void requestRetraction (MessageRetractionHandle theHandle) throw ( FederateInternalError)
- Public Member Functions inherited from rti1516e::FederateAmbassador
virtual ~FederateAmbassador ()=0 throw ()

Additional Inherited Members

- Protected Member Functions inherited from rti1516e::FederateAmbassador
 FederateAmbassador () throw ( FederateInternalError)

Constructor & Destructor Documentation

rti1516e::NullFederateAmbassador::NullFederateAmbassador ( ) throw ( FederateInternalError)
inline
virtual rti1516e::NullFederateAmbassador::~NullFederateAmbassador ( ) throw ()
inlinevirtual

Member Function Documentation

virtual void rti1516e::NullFederateAmbassador::announceSynchronizationPoint ( std::wstring const &  label,
VariableLengthData const &  theUserSuppliedTag 
) throw ( FederateInternalError)
inlinevirtual

Implements rti1516e::FederateAmbassador.

Reimplemented in MyFederateAmbassador.

virtual void rti1516e::NullFederateAmbassador::attributeIsNotOwned ( ObjectInstanceHandle  theObject,
AttributeHandle  theAttribute 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::attributeIsOwnedByRTI ( ObjectInstanceHandle  theObject,
AttributeHandle  theAttribute 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::attributeOwnershipAcquisitionNotification ( ObjectInstanceHandle  theObject,
AttributeHandleSet const &  securedAttributes,
VariableLengthData const &  theUserSuppliedTag 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::attributeOwnershipUnavailable ( ObjectInstanceHandle  theObject,
AttributeHandleSet const &  theAttributes 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::attributesInScope ( ObjectInstanceHandle  theObject,
AttributeHandleSet const &  theAttributes 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::attributesOutOfScope ( ObjectInstanceHandle  theObject,
AttributeHandleSet const &  theAttributes 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::confirmAttributeOwnershipAcquisitionCancellation ( ObjectInstanceHandle  theObject,
AttributeHandleSet const &  theAttributes 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::confirmAttributeTransportationTypeChange ( ObjectInstanceHandle  theObject,
AttributeHandleSet  theAttributes,
TransportationType  theTransportation 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::confirmInteractionTransportationTypeChange ( InteractionClassHandle  theInteraction,
TransportationType  theTransportation 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::connectionLost ( std::wstring const &  faultDescription) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::discoverObjectInstance ( ObjectInstanceHandle  theObject,
ObjectClassHandle  theObjectClass,
std::wstring const &  theObjectInstanceName 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::discoverObjectInstance ( ObjectInstanceHandle  theObject,
ObjectClassHandle  theObjectClass,
std::wstring const &  theObjectInstanceName,
FederateHandle  producingFederate 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::federationNotRestored ( RestoreFailureReason  theRestoreFailureReason) throw ( FederateInternalError)
inlinevirtual

Implements rti1516e::FederateAmbassador.

Reimplemented in MyFederateAmbassador.

virtual void rti1516e::NullFederateAmbassador::federationNotSaved ( SaveFailureReason  theSaveFailureReason) throw ( FederateInternalError)
inlinevirtual

Implements rti1516e::FederateAmbassador.

Reimplemented in MyFederateAmbassador.

virtual void rti1516e::NullFederateAmbassador::federationRestoreBegun ( ) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::federationRestored ( ) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::federationRestoreStatusResponse ( FederateRestoreStatusVector const &  theFederateRestoreStatusVector) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::federationSaved ( ) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::federationSaveStatusResponse ( FederateHandleSaveStatusPairVector const &  theFederateStatusVector) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::federationSynchronized ( std::wstring const &  label,
FederateHandleSet const &  failedToSyncSet 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::informAttributeOwnership ( ObjectInstanceHandle  theObject,
AttributeHandle  theAttribute,
FederateHandle  theOwner 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::initiateFederateRestore ( std::wstring const &  label,
std::wstring const &  federateName,
FederateHandle  handle 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::initiateFederateSave ( std::wstring const &  label) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::initiateFederateSave ( std::wstring const &  label,
LogicalTime const &  theTime 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::multipleObjectInstanceNameReservationFailed ( std::set< std::wstring > const &  theObjectInstanceNames) throw ( FederateInternalError)
inlinevirtual

Implements rti1516e::FederateAmbassador.

Reimplemented in MyFederateAmbassador.

virtual void rti1516e::NullFederateAmbassador::multipleObjectInstanceNameReservationSucceeded ( std::set< std::wstring > const &  theObjectInstanceNames) throw ( FederateInternalError)
inlinevirtual

Implements rti1516e::FederateAmbassador.

Reimplemented in MyFederateAmbassador.

virtual void rti1516e::NullFederateAmbassador::objectInstanceNameReservationFailed ( std::wstring const &  theObjectInstanceName) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::objectInstanceNameReservationSucceeded ( std::wstring const &  theObjectInstanceName) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::provideAttributeValueUpdate ( ObjectInstanceHandle  theObject,
AttributeHandleSet const &  theAttributes,
VariableLengthData const &  theUserSuppliedTag 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::receiveInteraction ( InteractionClassHandle  theInteraction,
ParameterHandleValueMap const &  theParameterValues,
VariableLengthData const &  theUserSuppliedTag,
OrderType  sentOrder,
TransportationType  theType,
SupplementalReceiveInfo  theReceiveInfo 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::receiveInteraction ( InteractionClassHandle  theInteraction,
ParameterHandleValueMap const &  theParameterValues,
VariableLengthData const &  theUserSuppliedTag,
OrderType  sentOrder,
TransportationType  theType,
LogicalTime const &  theTime,
OrderType  receivedOrder,
SupplementalReceiveInfo  theReceiveInfo 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::receiveInteraction ( InteractionClassHandle  theInteraction,
ParameterHandleValueMap const &  theParameterValues,
VariableLengthData const &  theUserSuppliedTag,
OrderType  sentOrder,
TransportationType  theType,
LogicalTime const &  theTime,
OrderType  receivedOrder,
MessageRetractionHandle  theHandle,
SupplementalReceiveInfo  theReceiveInfo 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::reflectAttributeValues ( ObjectInstanceHandle  theObject,
AttributeHandleValueMap const &  theAttributeValues,
VariableLengthData const &  theUserSuppliedTag,
OrderType  sentOrder,
TransportationType  theType,
SupplementalReflectInfo  theReflectInfo 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::reflectAttributeValues ( ObjectInstanceHandle  theObject,
AttributeHandleValueMap const &  theAttributeValues,
VariableLengthData const &  theUserSuppliedTag,
OrderType  sentOrder,
TransportationType  theType,
LogicalTime const &  theTime,
OrderType  receivedOrder,
SupplementalReflectInfo  theReflectInfo 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::reflectAttributeValues ( ObjectInstanceHandle  theObject,
AttributeHandleValueMap const &  theAttributeValues,
VariableLengthData const &  theUserSuppliedTag,
OrderType  sentOrder,
TransportationType  theType,
LogicalTime const &  theTime,
OrderType  receivedOrder,
MessageRetractionHandle  theHandle,
SupplementalReflectInfo  theReflectInfo 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::removeObjectInstance ( ObjectInstanceHandle  theObject,
VariableLengthData const &  theUserSuppliedTag,
OrderType  sentOrder,
SupplementalRemoveInfo  theRemoveInfo 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::removeObjectInstance ( ObjectInstanceHandle  theObject,
VariableLengthData const &  theUserSuppliedTag,
OrderType  sentOrder,
LogicalTime const &  theTime,
OrderType  receivedOrder,
SupplementalRemoveInfo  theRemoveInfo 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::removeObjectInstance ( ObjectInstanceHandle  theObject,
VariableLengthData const &  theUserSuppliedTag,
OrderType  sentOrder,
LogicalTime const &  theTime,
OrderType  receivedOrder,
MessageRetractionHandle  theHandle,
SupplementalRemoveInfo  theRemoveInfo 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::reportAttributeTransportationType ( ObjectInstanceHandle  theObject,
AttributeHandle  theAttribute,
TransportationType  theTransportation 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::reportFederationExecutions ( FederationExecutionInformationVector const &  theFederationExecutionInformationList) throw ( FederateInternalError)
inlinevirtual

Implements rti1516e::FederateAmbassador.

Reimplemented in MyFederateAmbassador.

virtual void rti1516e::NullFederateAmbassador::reportInteractionTransportationType ( FederateHandle  federateHandle,
InteractionClassHandle  theInteraction,
TransportationType  theTransportation 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::requestAttributeOwnershipAssumption ( ObjectInstanceHandle  theObject,
AttributeHandleSet const &  offeredAttributes,
VariableLengthData const &  theUserSuppliedTag 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::requestAttributeOwnershipRelease ( ObjectInstanceHandle  theObject,
AttributeHandleSet const &  candidateAttributes,
VariableLengthData const &  theUserSuppliedTag 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::requestDivestitureConfirmation ( ObjectInstanceHandle  theObject,
AttributeHandleSet const &  releasedAttributes 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::requestFederationRestoreFailed ( std::wstring const &  label) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::requestFederationRestoreSucceeded ( std::wstring const &  label) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::requestRetraction ( MessageRetractionHandle  theHandle) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::startRegistrationForObjectClass ( ObjectClassHandle  theClass) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::stopRegistrationForObjectClass ( ObjectClassHandle  theClass) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::synchronizationPointRegistrationFailed ( std::wstring const &  label,
SynchronizationPointFailureReason  reason 
) throw ( FederateInternalError)
inlinevirtual

Implements rti1516e::FederateAmbassador.

Reimplemented in MyFederateAmbassador.

virtual void rti1516e::NullFederateAmbassador::synchronizationPointRegistrationSucceeded ( std::wstring const &  label) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::timeAdvanceGrant ( LogicalTime const &  theTime) throw ( FederateInternalError)
inlinevirtual

Implements rti1516e::FederateAmbassador.

Reimplemented in MyFederateAmbassador.

virtual void rti1516e::NullFederateAmbassador::timeConstrainedEnabled ( LogicalTime const &  theFederateTime) throw ( FederateInternalError)
inlinevirtual

Implements rti1516e::FederateAmbassador.

Reimplemented in MyFederateAmbassador.

virtual void rti1516e::NullFederateAmbassador::timeRegulationEnabled ( LogicalTime const &  theFederateTime) throw ( FederateInternalError)
inlinevirtual

Implements rti1516e::FederateAmbassador.

Reimplemented in MyFederateAmbassador.

virtual void rti1516e::NullFederateAmbassador::turnInteractionsOff ( InteractionClassHandle  theHandle) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::turnInteractionsOn ( InteractionClassHandle  theHandle) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::turnUpdatesOffForObjectInstance ( ObjectInstanceHandle  theObject,
AttributeHandleSet const &  theAttributes 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::turnUpdatesOnForObjectInstance ( ObjectInstanceHandle  theObject,
AttributeHandleSet const &  theAttributes 
) throw ( FederateInternalError)
inlinevirtual
virtual void rti1516e::NullFederateAmbassador::turnUpdatesOnForObjectInstance ( ObjectInstanceHandle  theObject,
AttributeHandleSet const &  theAttributes,
std::wstring const &  updateRateDesignator 
) throw ( FederateInternalError)
inlinevirtual

The documentation for this class was generated from the following file:

Document ID: Generated on Fri Mar 14 19:08:55 EDT 2014 from SVN revision 137085
Copyright © 2005-2014 VT MÄK Inc. All Rights Reserved (www.mak.com)