VR-Link API Documentation for HLA Evolved
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Attributes
DtReflectedActiveSonar Class Reference

class DtReflectedActiveSonar More...

+ Inheritance diagram for DtReflectedActiveSonar:
+ Collaboration diagram for DtReflectedActiveSonar:

List of all members.

Public Types

typedef
DtActiveSonarStateRepository *(* 
DtStateRepCreator )()
 Function prototype for functions that create a DtActiveSonarStateRepository.

Public Member Functions

 DtReflectedActiveSonar (DtHlaObject *obj, DtExerciseConn *exConn)
 Constructor.
virtual ~DtReflectedActiveSonar ()
 Destructor.
virtual
DtActiveSonarStateRepository
activeSonarRep () const
 Returns the ActiveSonar's state repository.
virtual
DtActiveSonarStateRepository
asr () const
 Shorter version of lifeformRep.
virtual DtReflectedActiveSonarnext () const
 Returns the next reflected ActiveSonar in the DtReflectedActiveSonarList.
virtual DtReflectedActiveSonarprev () const
 Returns the previous reflected ActiveSonar in the DtReflectedActiveSonarList.
virtual DtReflectedActiveSonarwrapNext () const
 Returns the next reflected ActiveSonar.
virtual DtReflectedActiveSonarwrapPrev () const
 Returns the previous reflected ActiveSonar.
virtual void addPostUpdateCallback (DtActiveSonarCallbackFunction cb, void *userData)
 Add a callback that is called when the DtReflectedActiveSonar is updated.
virtual void removePostUpdateCallback (DtActiveSonarCallbackFunction cb, void *userData)
 Remove the callback that is called when the DtReflectedActiveSonar is updated.

Static Public Member Functions

static DtStateRepCreator setStateRepCreator (DtStateRepCreator creator)
 Set the function to be called for creating state repositories.

Protected Member Functions

 DtReflectedActiveSonar (const DtReflectedActiveSonar &orig)
 Copy Constructor not implemented.
DtReflectedActiveSonaroperator= (const DtReflectedActiveSonar &orig)
 Assignment operator not implemented.

Static Protected Attributes

static DtStateRepCreator theStateRepCreator
 The function called to create state repositories.

Detailed Description

class DtReflectedActiveSonar

Instances of DtReflectedActiveSonar are used to represent a simulated EmbeddedSystem.UnderwaterAcousticsEmission.ActiveSonar object reflected across a network.


Member Typedef Documentation

Function prototype for functions that create a DtActiveSonarStateRepository.


Constructor & Destructor Documentation

Constructor.

Destructor.

Copy Constructor not implemented.


Member Function Documentation

Returns the ActiveSonar's state repository.

References DtReflectedObject::myStateRep.

virtual void DtReflectedActiveSonar::addPostUpdateCallback ( DtActiveSonarCallbackFunction  cb,
void *  userData 
) [virtual]

Add a callback that is called when the DtReflectedActiveSonar is updated.

Shorter version of lifeformRep.

References DtReflectedObject::myStateRep.

Returns the next reflected ActiveSonar in the DtReflectedActiveSonarList.

Reimplemented from DtListedObj.

DtReflectedActiveSonar& DtReflectedActiveSonar::operator= ( const DtReflectedActiveSonar orig) [protected]

Assignment operator not implemented.

Returns the previous reflected ActiveSonar in the DtReflectedActiveSonarList.

Reimplemented from DtListedObj.

virtual void DtReflectedActiveSonar::removePostUpdateCallback ( DtActiveSonarCallbackFunction  cb,
void *  userData 
) [virtual]

Remove the callback that is called when the DtReflectedActiveSonar is updated.

Set the function to be called for creating state repositories.

Returns the next reflected ActiveSonar.

Will cycle back to the first remote ActiveSonar in the DtReflectedActiveSonarList.

Reimplemented from DtListedObj.

Returns the previous reflected ActiveSonar.

Will cycle back to the first remote ActiveSonar in the DtReflectedActiveSonarList.

Reimplemented from DtListedObj.


Member Data Documentation

The function called to create state repositories.


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

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)