VR-Link API Documentation for HLA 1.3
List of all members | Public Member Functions | Protected Member Functions
DtNullFederateAmbassador Class Reference
+ Inheritance diagram for DtNullFederateAmbassador:
+ Collaboration diagram for DtNullFederateAmbassador:

Public Member Functions

 DtNullFederateAmbassador ()
 Default constructor.
virtual ~DtNullFederateAmbassador () throw ( RTI::FederateInternalError )
 Destructor.
virtual void synchronizationPointRegistrationSucceeded (const char *label) throw ( RTI::FederateInternalError )
 ! Federation Management Services //!
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 //!
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 //!
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
virtual void reflectAttributeValues (RTI::ObjectHandle theObject, const RTI::AttributeHandleValuePairSet &theAttributes, const char *theTag) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::FederateOwnsAttributes, RTI::FederateInternalError )
 supplied C4
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
virtual void receiveInteraction (RTI::InteractionClassHandle theInteraction, const RTI::ParameterHandleValuePairSet &theParameters, const char *theTag) throw ( RTI::InteractionClassNotKnown, RTI::InteractionParameterNotKnown, RTI::FederateInternalError )
 supplied C4
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
virtual void removeObjectInstance (RTI::ObjectHandle theObject, const char *theTag) throw ( RTI::ObjectNotKnown, RTI::FederateInternalError )
 supplied C4
virtual void attributesInScope (RTI::ObjectHandle theObject, const RTI::AttributeHandleSet &theAttributes) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::FederateInternalError )
 supplied C4
virtual void attributesOutOfScope (RTI::ObjectHandle theObject, const RTI::AttributeHandleSet &theAttributes) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::FederateInternalError )
 supplied C4
virtual void provideAttributeValueUpdate (RTI::ObjectHandle theObject, const RTI::AttributeHandleSet &theAttributes) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::AttributeNotOwned, RTI::FederateInternalError )
 supplied C4
virtual void turnUpdatesOnForObjectInstance (RTI::ObjectHandle theObject, const RTI::AttributeHandleSet &theAttributes) throw ( RTI::ObjectNotKnown, RTI::AttributeNotOwned, RTI::FederateInternalError )
 supplied C4
virtual void turnUpdatesOffForObjectInstance (RTI::ObjectHandle theObject, const RTI::AttributeHandleSet &theAttributes) throw ( RTI::ObjectNotKnown, RTI::AttributeNotOwned, RTI::FederateInternalError )
 supplied C4
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 //!
virtual void attributeOwnershipDivestitureNotification (RTI::ObjectHandle theObject, const RTI::AttributeHandleSet &releasedAttributes) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::AttributeNotOwned, RTI::AttributeDivestitureWasNotRequested, RTI::FederateInternalError )
 supplied C4
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
virtual void attributeOwnershipUnavailable (RTI::ObjectHandle theObject, const RTI::AttributeHandleSet &theAttributes) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::AttributeAlreadyOwned, RTI::AttributeAcquisitionWasNotRequested, RTI::FederateInternalError )
 supplied C4
virtual void requestAttributeOwnershipRelease (RTI::ObjectHandle theObject, const RTI::AttributeHandleSet &candidateAttributes, const char *theTag) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::AttributeNotOwned, RTI::FederateInternalError )
 supplied C4
virtual void confirmAttributeOwnershipAcquisitionCancellation (RTI::ObjectHandle theObject, const RTI::AttributeHandleSet &theAttributes) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::AttributeAlreadyOwned, RTI::AttributeAcquisitionWasNotCanceled, RTI::FederateInternalError )
 supplied C4
virtual void informAttributeOwnership (RTI::ObjectHandle theObject, RTI::AttributeHandle theAttribute, RTI::FederateHandle theOwner) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::FederateInternalError )
 supplied C1
virtual void attributeIsNotOwned (RTI::ObjectHandle theObject, RTI::AttributeHandle theAttribute) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::FederateInternalError )
 supplied C1
virtual void attributeOwnedByRTI (RTI::ObjectHandle theObject, RTI::AttributeHandle theAttribute) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::FederateInternalError )
 supplied C1
virtual void timeRegulationEnabled (const RTI::FedTime &theTime) throw ( RTI::InvalidFederationTime, RTI::EnableTimeRegulationWasNotPending, RTI::FederateInternalError )
 ! Time Management Services //!
virtual void timeConstrainedEnabled (const RTI::FedTime &theTime) throw ( RTI::InvalidFederationTime, RTI::EnableTimeConstrainedWasNotPending, RTI::FederateInternalError )
 supplied C4
virtual void timeAdvanceGrant (const RTI::FedTime &theTime) throw ( RTI::InvalidFederationTime, RTI::TimeAdvanceWasNotInProgress, RTI::FederateInternalError )
 supplied C4
virtual void requestRetraction (RTI::EventRetractionHandle theHandle) throw ( RTI::EventNotKnown, RTI::FederateInternalError )

Protected Member Functions

 DtNullFederateAmbassador (const DtNullFederateAmbassador &src)
 Copy constructor (not implemented)
DtNullFederateAmbassadoroperator= (const DtNullFederateAmbassador &src)
 Assignment operator (not implemented)

Constructor & Destructor Documentation

DtNullFederateAmbassador::DtNullFederateAmbassador ( )

Default constructor.

virtual DtNullFederateAmbassador::~DtNullFederateAmbassador ( ) throw ( RTI::FederateInternalError )
virtual

Destructor.

DtNullFederateAmbassador::DtNullFederateAmbassador ( const DtNullFederateAmbassador src)
protected

Copy constructor (not implemented)

Member Function Documentation

virtual void DtNullFederateAmbassador::announceSynchronizationPoint ( const char *  label,
const char *  tag 
) throw ( RTI::FederateInternalError )
virtual

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::attributeIsNotOwned ( RTI::ObjectHandle  theObject,
RTI::AttributeHandle  theAttribute 
) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::FederateInternalError )
virtual

supplied C1

Parameters
theAttributesupplied C1

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::attributeOwnedByRTI ( RTI::ObjectHandle  theObject,
RTI::AttributeHandle  theAttribute 
) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::FederateInternalError )
virtual

supplied C1

Parameters
theAttributesupplied C1

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::attributeOwnershipAcquisitionNotification ( RTI::ObjectHandle  theObject,
const RTI::AttributeHandleSet &  securedAttributes 
) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::AttributeAcquisitionWasNotRequested, RTI::AttributeAlreadyOwned, RTI::AttributeNotPublished, RTI::FederateInternalError )
virtual

supplied C4

Parameters
securedAttributessupplied C1

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::attributeOwnershipDivestitureNotification ( RTI::ObjectHandle  theObject,
const RTI::AttributeHandleSet &  releasedAttributes 
) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::AttributeNotOwned, RTI::AttributeDivestitureWasNotRequested, RTI::FederateInternalError )
virtual

supplied C4

Parameters
releasedAttributessupplied C1

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::attributeOwnershipUnavailable ( RTI::ObjectHandle  theObject,
const RTI::AttributeHandleSet &  theAttributes 
) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::AttributeAlreadyOwned, RTI::AttributeAcquisitionWasNotRequested, RTI::FederateInternalError )
virtual

supplied C4

Parameters
theAttributessupplied C1

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::attributesInScope ( RTI::ObjectHandle  theObject,
const RTI::AttributeHandleSet &  theAttributes 
) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::FederateInternalError )
virtual

supplied C4

Parameters
theAttributessupplied C1

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::attributesOutOfScope ( RTI::ObjectHandle  theObject,
const RTI::AttributeHandleSet &  theAttributes 
) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::FederateInternalError )
virtual

supplied C4

Parameters
theAttributessupplied C1

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::confirmAttributeOwnershipAcquisitionCancellation ( RTI::ObjectHandle  theObject,
const RTI::AttributeHandleSet &  theAttributes 
) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::AttributeAlreadyOwned, RTI::AttributeAcquisitionWasNotCanceled, RTI::FederateInternalError )
virtual

supplied C4

Parameters
theAttributessupplied C1

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::discoverObjectInstance ( RTI::ObjectHandle  theObject,
RTI::ObjectClassHandle  theObjectClass,
const char *  theObjectName 
) throw ( RTI::CouldNotDiscover, RTI::ObjectClassNotKnown, RTI::FederateInternalError )
virtual

! Object Management Services //!

supplied C4

Parameters
theObjectClasssupplied C1
theObjectNamesupplied C1

Reimplemented in DtVrlFederateAmbassador, and DtDdmFederateAmbassador.

virtual void DtNullFederateAmbassador::federationNotRestored ( ) throw ( RTI::FederateInternalError )
virtual
virtual void DtNullFederateAmbassador::federationNotSaved ( ) throw ( RTI::FederateInternalError )
virtual
virtual void DtNullFederateAmbassador::federationRestoreBegun ( ) throw ( RTI::FederateInternalError )
virtual
virtual void DtNullFederateAmbassador::federationRestored ( ) throw ( RTI::FederateInternalError)
virtual
virtual void DtNullFederateAmbassador::federationSaved ( ) throw ( RTI::FederateInternalError)
virtual
virtual void DtNullFederateAmbassador::federationSynchronized ( const char *  label) throw ( RTI::FederateInternalError )
virtual

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::informAttributeOwnership ( RTI::ObjectHandle  theObject,
RTI::AttributeHandle  theAttribute,
RTI::FederateHandle  theOwner 
) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::FederateInternalError )
virtual

supplied C1

Parameters
theAttributesupplied C1
theOwnersupplied C1

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::initiateFederateRestore ( const char *  label,
RTI::FederateHandle  handle 
) throw ( RTI::SpecifiedSaveLabelDoesNotExist, RTI::CouldNotRestore, RTI::FederateInternalError )
virtual
virtual void DtNullFederateAmbassador::initiateFederateSave ( const char *  label) throw ( RTI::UnableToPerformSave, RTI::FederateInternalError )
virtual
DtNullFederateAmbassador& DtNullFederateAmbassador::operator= ( const DtNullFederateAmbassador src)
protected

Assignment operator (not implemented)

virtual void DtNullFederateAmbassador::provideAttributeValueUpdate ( RTI::ObjectHandle  theObject,
const RTI::AttributeHandleSet &  theAttributes 
) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::AttributeNotOwned, RTI::FederateInternalError )
virtual

supplied C4

Parameters
theAttributessupplied C1

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::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 )
virtual

4.6

supplied C1

Parameters
theParameterssupplied C1
theTimesupplied C4
theTagsupplied C4
theHandlesupplied C4

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::receiveInteraction ( RTI::InteractionClassHandle  theInteraction,
const RTI::ParameterHandleValuePairSet &  theParameters,
const char *  theTag 
) throw ( RTI::InteractionClassNotKnown, RTI::InteractionParameterNotKnown, RTI::FederateInternalError )
virtual

supplied C4

Parameters
theParameterssupplied C1
theTagsupplied C4

Reimplemented in DtVrlFederateAmbassador, and DtDdmFederateAmbassador.

virtual void DtNullFederateAmbassador::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 )
virtual

supplied C1

Parameters
theAttributessupplied C1
theTimesupplied C4
theTagsupplied C1
theHandlesupplied C4

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::reflectAttributeValues ( RTI::ObjectHandle  theObject,
const RTI::AttributeHandleValuePairSet &  theAttributes,
const char *  theTag 
) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::FederateOwnsAttributes, RTI::FederateInternalError )
virtual

supplied C4

Parameters
theAttributessupplied C1
theTagsupplied C4

Reimplemented in DtVrlFederateAmbassador, and DtDdmFederateAmbassador.

virtual void DtNullFederateAmbassador::removeObjectInstance ( RTI::ObjectHandle  theObject,
const RTI::FedTime &  theTime,
const char *  theTag,
RTI::EventRetractionHandle  theHandle 
) throw ( RTI::ObjectNotKnown, RTI::InvalidFederationTime, RTI::FederateInternalError )
virtual

supplied C1

Parameters
theTimesupplied C1
theTagsupplied C4
theHandlesupplied C4

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::removeObjectInstance ( RTI::ObjectHandle  theObject,
const char *  theTag 
) throw ( RTI::ObjectNotKnown, RTI::FederateInternalError )
virtual

supplied C4

Parameters
theTagsupplied C1

Reimplemented in DtVrlFederateAmbassador, and DtDdmFederateAmbassador.

virtual void DtNullFederateAmbassador::requestAttributeOwnershipAssumption ( RTI::ObjectHandle  theObject,
const RTI::AttributeHandleSet &  offeredAttributes,
const char *  theTag 
) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::AttributeAlreadyOwned, RTI::AttributeNotPublished, RTI::FederateInternalError )
virtual

! Ownership Management Services //!

supplied C4

Parameters
offeredAttributessupplied C1
theTagsupplied C4

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::requestAttributeOwnershipRelease ( RTI::ObjectHandle  theObject,
const RTI::AttributeHandleSet &  candidateAttributes,
const char *  theTag 
) throw ( RTI::ObjectNotKnown, RTI::AttributeNotKnown, RTI::AttributeNotOwned, RTI::FederateInternalError )
virtual

supplied C4

Parameters
candidateAttributessupplied C1
theTagsupplied C4

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::requestFederationRestoreFailed ( const char *  label,
const char *  reason 
) throw ( RTI::FederateInternalError)
virtual
virtual void DtNullFederateAmbassador::requestFederationRestoreSucceeded ( const char *  label) throw ( RTI::FederateInternalError )
virtual
virtual void DtNullFederateAmbassador::requestRetraction ( RTI::EventRetractionHandle  theHandle) throw ( RTI::EventNotKnown, RTI::FederateInternalError )
virtual
virtual void DtNullFederateAmbassador::startRegistrationForObjectClass ( RTI::ObjectClassHandle  theClass) throw ( RTI::ObjectClassNotPublished, RTI::FederateInternalError )
virtual

! Declaration Management Services //!

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::stopRegistrationForObjectClass ( RTI::ObjectClassHandle  theClass) throw ( RTI::ObjectClassNotPublished, RTI::FederateInternalError )
virtual

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::synchronizationPointRegistrationFailed ( const char *  label) throw ( RTI::FederateInternalError )
virtual

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::synchronizationPointRegistrationSucceeded ( const char *  label) throw ( RTI::FederateInternalError )
virtual

! Federation Management Services //!

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::timeAdvanceGrant ( const RTI::FedTime &  theTime) throw ( RTI::InvalidFederationTime, RTI::TimeAdvanceWasNotInProgress, RTI::FederateInternalError )
virtual

supplied C4

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::timeConstrainedEnabled ( const RTI::FedTime &  theTime) throw ( RTI::InvalidFederationTime, RTI::EnableTimeConstrainedWasNotPending, RTI::FederateInternalError )
virtual

supplied C4

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::timeRegulationEnabled ( const RTI::FedTime &  theTime) throw ( RTI::InvalidFederationTime, RTI::EnableTimeRegulationWasNotPending, RTI::FederateInternalError )
virtual

! Time Management Services //!

supplied C4

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::turnInteractionsOff ( RTI::InteractionClassHandle  theHandle) throw ( RTI::InteractionClassNotPublished, RTI::FederateInternalError )
virtual

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::turnInteractionsOn ( RTI::InteractionClassHandle  theHandle) throw ( RTI::InteractionClassNotPublished, RTI::FederateInternalError )
virtual

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::turnUpdatesOffForObjectInstance ( RTI::ObjectHandle  theObject,
const RTI::AttributeHandleSet &  theAttributes 
) throw ( RTI::ObjectNotKnown, RTI::AttributeNotOwned, RTI::FederateInternalError )
virtual

supplied C4

Parameters
theAttributessupplied C1

Reimplemented in DtVrlFederateAmbassador.

virtual void DtNullFederateAmbassador::turnUpdatesOnForObjectInstance ( RTI::ObjectHandle  theObject,
const RTI::AttributeHandleSet &  theAttributes 
) throw ( RTI::ObjectNotKnown, RTI::AttributeNotOwned, RTI::FederateInternalError )
virtual

supplied C4

Parameters
theAttributessupplied C1

Reimplemented in DtVrlFederateAmbassador.


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

Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)