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

Instances of DtReflectedPropulsionNoise are used to represent a simulated EmbeddedSystem.UnderwaterAcousticsEmission.PropulsionNoise object reflected across a network. More...

+ Inheritance diagram for DtReflectedPropulsionNoise:
+ Collaboration diagram for DtReflectedPropulsionNoise:

List of all members.

Public Types

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

Public Member Functions

 DtReflectedPropulsionNoise (DtHlaObject *obj, DtExerciseConn *exConn)
 Constructor.
virtual ~DtReflectedPropulsionNoise ()
 Destructor.
virtual
DtPropulsionNoiseStateRepository
propulsionNoiseRep () const
 Returns the PropulsionNoise's state repository.
virtual
DtPropulsionNoiseStateRepository
psr () const
 Shorter version of lifeformRep.
virtual
DtReflectedPropulsionNoise
next () const
 Returns the next reflected PropulsionNoise in the DtReflectedPropulsionNoiseList.
virtual
DtReflectedPropulsionNoise
prev () const
 Returns the previous reflected PropulsionNoise in the DtReflectedPropulsionNoiseList.
virtual
DtReflectedPropulsionNoise
wrapNext () const
 Returns the next reflected PropulsionNoise.
virtual
DtReflectedPropulsionNoise
wrapPrev () const
 Returns the previous reflected PropulsionNoise.
virtual void addPostUpdateCallback (DtPropulsionNoiseCallbackFunction cb, void *userData)
 Add a callback that is called when the DtReflectedPropulsionNoise is updated.
virtual void removePostUpdateCallback (DtPropulsionNoiseCallbackFunction cb, void *userData)
 Remove the callback that is called when the DtReflectedPropulsionNoise is updated.

Static Public Member Functions

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

Protected Member Functions

 DtReflectedPropulsionNoise (const DtReflectedPropulsionNoise &orig)
 Copy Constructor not implemented.
DtReflectedPropulsionNoiseoperator= (const DtReflectedPropulsionNoise &orig)
 Assignment operator not implemented.

Static Protected Attributes

static DtStateRepCreator theStateRepCreator
 The function called to create state repositories.

Detailed Description

Instances of DtReflectedPropulsionNoise are used to represent a simulated EmbeddedSystem.UnderwaterAcousticsEmission.PropulsionNoise object reflected across a network.


Member Typedef Documentation

Function prototype for functions that create a DtPropulsionNoiseStateRepository.


Constructor & Destructor Documentation

Constructor.

Destructor.

Copy Constructor not implemented.


Member Function Documentation

virtual void DtReflectedPropulsionNoise::addPostUpdateCallback ( DtPropulsionNoiseCallbackFunction  cb,
void *  userData 
) [virtual]

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

Returns the next reflected PropulsionNoise in the DtReflectedPropulsionNoiseList.

Reimplemented from DtListedObj.

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

Assignment operator not implemented.

Returns the previous reflected PropulsionNoise in the DtReflectedPropulsionNoiseList.

Reimplemented from DtListedObj.

Returns the PropulsionNoise's state repository.

References DtReflectedObject::myStateRep.

Shorter version of lifeformRep.

References DtReflectedObject::myStateRep.

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

Set the function to be called for creating state repositories.

Returns the next reflected PropulsionNoise.

Will cycle back to the first remote PropulsionNoise in the DtReflectedPropulsionNoiseList.

Reimplemented from DtListedObj.

Returns the previous reflected PropulsionNoise.

Will cycle back to the first remote PropulsionNoise in the DtReflectedPropulsionNoiseList.

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)