VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | Static Protected Attributes | Private Member Functions
DtReflectedTurbulenceLayer Class Reference
+ Inheritance diagram for DtReflectedTurbulenceLayer:
+ Collaboration diagram for DtReflectedTurbulenceLayer:

Public Types

typedef
DtTurbulenceLayerStateRepository *(* 
DtStateRepCreator )()
 Function prototype for functions that create DtTurbulenceLayerStateRepository. More...
 

Public Member Functions

 DtReflectedTurbulenceLayer (DtExerciseConn *conn)
 Constructor. More...
 
virtual ~DtReflectedTurbulenceLayer ()
 Destructor. More...
 
virtual
DtTurbulenceLayerStateRepository
turbulenceLayerStateRep () const
 Returns a pointer to the StateRepository - through which you can inspect current state information. More...
 
virtual
DtTurbulenceLayerStateRepository
tsr () const
 Synonym for turbulenceLayerStateRep(). More...
 
virtual DtStateRepositorystateRep () const
 Returns a pointer to the StateRepository - through which you can inspect current state information. More...
 
virtual DtTurbulenceLayerDecoderdecoder ()
 Returns a pointer to the Decoder being used to decode state messages into our SR. More...
 
virtual const
DtGlobalObjectDesignator
globalId () const
 Get the objects's global object designator - for DIS, it's the same as its DtEntityIdentifier. More...
 
virtual
DtReflectedTurbulenceLayer
next () const
 Get the next and previous elements in the reflected aggregate list. More...
 
virtual
DtReflectedTurbulenceLayer
prev () const
 
virtual
DtReflectedTurbulenceLayer
wrapNext () const
 Get the next and previous elements, wrap at the ends of the list. More...
 
virtual
DtReflectedTurbulenceLayer
wrapPrev () const
 
virtual void addPostUpdateCallback (DtTurbulenceLayerCallbackFunction cb, void *userData)
 Entity state callback registration/deregistration. More...
 
virtual void removePostUpdateCallback (DtTurbulenceLayerCallbackFunction cb, void *userData)
 
virtual void setHashKey (const DtEntityIdentifier &uniqueVal)
 Sets the hash key from a unique string value. More...
 
virtual const DtBaseHashKeyhashKey () const
 Get a hash key for this object - Key must be set before use. More...
 
virtual DtString idString () const
 Get a string identification of this object. More...
 
virtual void processStateMessage (const DtStateMsg &msg)
 Implementation for abstract base class. More...
 
virtual void processTurbulenceLayerState (const DtMetocPdu &pdu)
 Process an state PDU. More...
 
- Public Member Functions inherited from DtReflectedObject
 DtReflectedObject (DtExerciseConn *conn)
 constructor More...
 
virtual ~DtReflectedObject ()
 destructor More...
 
virtual DtStateRepositorysr () const
 Synonym for stateRep(). More...
 
virtual DtTime lastTimeUpdated () const
 Returns the value of wallclock time at the time an update was last received for the entity. More...
 
virtual DtTime lastSimTimeUpdated () const
 Returns the value of sim time at the time an update was last received for the entity. More...
 
virtual DtTime lastReceivedTimeStamp () const
 Returns the value in seconds past the hour of the timeStamp from the last received PDU. More...
 
virtual void baseAddPostUpdateCallback (DtReflectedObjectCallbackFunction cb, void *userData)
 Object state callback registration/deregistration. More...
 
virtual void baseRemovePostUpdateCallback (DtReflectedObjectCallbackFunction cb, void *userData)
 
virtual DtReflectedObjectnextObj () const
 Get the next remote object. More...
 
virtual DtReflectedObjectprevObj () const
 Get the previous remote object. More...
 
virtual DtReflectedObjectwrapNextObj () const
 Get the next remote object. More...
 
virtual DtReflectedObjectwrapPrevObj () const
 Get the previous remote object. More...
 
- Public Member Functions inherited from DtListedObj
 DtListedObj ()
 Constructor. More...
 
virtual ~DtListedObj ()
 Destructor. More...
 
void * next () const
 Return next (previous) elements on the list, or NULL if hit the end (beginning) of the list. More...
 
void * prev () const
 
void * wrapNext () const
 Return next (previous) elements on the list, but wrap to the beginning (end) of the list when you hit the end (beginning). More...
 
void * wrapPrev () const
 

Static Public Member Functions

static void setStateRepCreator (DtStateRepCreator creator)
 Give us a function to be used for creating SRs. More...
 
static DtStateRepCreator stateRepCreator (void)
 

Protected Attributes

DtEntityIdentifierHashKey myHashKey
 
DtTurbulenceLayerStateRepositorymyStateRep
 
DtTurbulenceLayerDecodermyDecoder
 
- Protected Attributes inherited from DtReflectedObject
DtExerciseConnmyExConn
 
DtIntrusiveList myStateUpdateCallbacks
 
DtTime myLastTimeUpdated
 
DtTime myLastSimTimeUpdated
 
DtTime myLastReceivedTimeStamp
 
- Protected Attributes inherited from DtListedObj
DtListmyList
 
DtListItemmyItem
 

Static Protected Attributes

static DtStateRepCreator theStateRepCreator
 

Private Member Functions

 DtReflectedTurbulenceLayer (const DtReflectedTurbulenceLayer &orig)
 copy constructor – not implemented More...
 
DtReflectedTurbulenceLayeroperator= (const DtReflectedTurbulenceLayer &orig)
 assignment operator – not implemented More...
 

Additional Inherited Members

- Protected Member Functions inherited from DtReflectedObject
 DtReflectedObject (const DtReflectedObject &orig)
 copy constructor – not implemented More...
 
DtReflectedObjectoperator= (const DtReflectedObject &orig)
 assignment operator – not implemented More...
 
virtual void processPostUpdateCallbacks ()
 Process the post update callbacks. More...
 

Member Typedef Documentation

typedef DtTurbulenceLayerStateRepository*(* DtReflectedTurbulenceLayer::DtStateRepCreator)()

Function prototype for functions that create DtTurbulenceLayerStateRepository.

Constructor & Destructor Documentation

DtReflectedTurbulenceLayer::DtReflectedTurbulenceLayer ( DtExerciseConn conn)

Constructor.

virtual DtReflectedTurbulenceLayer::~DtReflectedTurbulenceLayer ( )
virtual

Destructor.

DtReflectedTurbulenceLayer::DtReflectedTurbulenceLayer ( const DtReflectedTurbulenceLayer orig)
private

copy constructor – not implemented

Member Function Documentation

virtual void DtReflectedTurbulenceLayer::addPostUpdateCallback ( DtTurbulenceLayerCallbackFunction  cb,
void *  userData 
)
virtual

Entity state callback registration/deregistration.

virtual DtTurbulenceLayerDecoder* DtReflectedTurbulenceLayer::decoder ( )
virtual

Returns a pointer to the Decoder being used to decode state messages into our SR.

virtual const DtGlobalObjectDesignator& DtReflectedTurbulenceLayer::globalId ( ) const
virtual

Get the objects's global object designator - for DIS, it's the same as its DtEntityIdentifier.

Implements DtReflectedObject.

virtual const DtBaseHashKey& DtReflectedTurbulenceLayer::hashKey ( ) const
virtual

Get a hash key for this object - Key must be set before use.

Implements DtReflectedObject.

virtual DtString DtReflectedTurbulenceLayer::idString ( ) const
virtual

Get a string identification of this object.

Implements DtReflectedObject.

virtual DtReflectedTurbulenceLayer* DtReflectedTurbulenceLayer::next ( ) const
virtual

Get the next and previous elements in the reflected aggregate list.

DtReflectedTurbulenceLayer& DtReflectedTurbulenceLayer::operator= ( const DtReflectedTurbulenceLayer orig)
private

assignment operator – not implemented

virtual DtReflectedTurbulenceLayer* DtReflectedTurbulenceLayer::prev ( ) const
virtual
virtual void DtReflectedTurbulenceLayer::processStateMessage ( const DtStateMsg msg)
virtual

Implementation for abstract base class.

Reimplemented from DtReflectedObject.

virtual void DtReflectedTurbulenceLayer::processTurbulenceLayerState ( const DtMetocPdu pdu)
virtual

Process an state PDU.

Also calls down to base class processStateMessage().

virtual void DtReflectedTurbulenceLayer::removePostUpdateCallback ( DtTurbulenceLayerCallbackFunction  cb,
void *  userData 
)
virtual
virtual void DtReflectedTurbulenceLayer::setHashKey ( const DtEntityIdentifier uniqueVal)
virtual

Sets the hash key from a unique string value.

static void DtReflectedTurbulenceLayer::setStateRepCreator ( DtStateRepCreator  creator)
static

Give us a function to be used for creating SRs.

virtual DtStateRepository* DtReflectedTurbulenceLayer::stateRep ( ) const
virtual

Returns a pointer to the StateRepository - through which you can inspect current state information.

Implementation for abstract base class. Calls asr().

Implements DtReflectedObject.

static DtStateRepCreator DtReflectedTurbulenceLayer::stateRepCreator ( void  )
static
virtual DtTurbulenceLayerStateRepository* DtReflectedTurbulenceLayer::tsr ( ) const
virtual
virtual DtTurbulenceLayerStateRepository* DtReflectedTurbulenceLayer::turbulenceLayerStateRep ( ) const
virtual

Returns a pointer to the StateRepository - through which you can inspect current state information.

virtual DtReflectedTurbulenceLayer* DtReflectedTurbulenceLayer::wrapNext ( ) const
virtual

Get the next and previous elements, wrap at the ends of the list.

virtual DtReflectedTurbulenceLayer* DtReflectedTurbulenceLayer::wrapPrev ( ) const
virtual

Member Data Documentation

DtTurbulenceLayerDecoder* DtReflectedTurbulenceLayer::myDecoder
protected
DtEntityIdentifierHashKey DtReflectedTurbulenceLayer::myHashKey
protected
DtTurbulenceLayerStateRepository* DtReflectedTurbulenceLayer::myStateRep
protected
DtStateRepCreator DtReflectedTurbulenceLayer::theStateRepCreator
staticprotected

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

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)