VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Attributes
makVrfMetoc::DtReflectedTroposphereLayer Class Reference

Instances of DtReflectedTroposphereLayer are used to represent a simulated HLAobjectRoot.METOC_Root.EnvironmentCondition.Weather.TroposphereLayer object reflected across a network.

Inheritance diagram for makVrfMetoc::DtReflectedTroposphereLayer:
Inheritance graph
[legend]

Public Types

typedef
DtTroposphereLayerStateRepository *(* 
DtStateRepCreator )()
 

Public Member Functions

 DtReflectedTroposphereLayer (DtHlaObject *obj, DtExerciseConn *exConn)
 
virtual ~DtReflectedTroposphereLayer ()
 
virtual
DtTroposphereLayerStateRepository
troposphereLayerStateRep () const
 
virtual
DtTroposphereLayerStateRepository
tsr () const
 
virtual
DtReflectedTroposphereLayer
next () const
 
virtual
DtReflectedTroposphereLayer
prev () const
 
virtual
DtReflectedTroposphereLayer
wrapNext () const
 
virtual
DtReflectedTroposphereLayer
wrapPrev () const
 
virtual void addPostUpdateCallback (DtTroposphereLayerCallbackFunction cb, void *userData)
 
virtual void removePostUpdateCallback (DtTroposphereLayerCallbackFunction cb, void *userData)
 

Static Public Member Functions

static DtStateRepCreator setStateRepCreator (DtStateRepCreator creator)
 

Protected Member Functions

 DtReflectedTroposphereLayer (const DtReflectedTroposphereLayer &orig)
 
DtReflectedTroposphereLayeroperator= (const DtReflectedTroposphereLayer &orig)
 

Static Protected Attributes

static DtStateRepCreator theStateRepCreator
 

Member Typedef Documentation

typedef DtTroposphereLayerStateRepository*(* makVrfMetoc::DtReflectedTroposphereLayer::DtStateRepCreator)()

Function prototype for functions that create a DtTroposphereLayerStateRepository.

Constructor & Destructor Documentation

makVrfMetoc::DtReflectedTroposphereLayer::DtReflectedTroposphereLayer ( DtHlaObject *  obj,
DtExerciseConn *  exConn 
)

Constructor.

virtual makVrfMetoc::DtReflectedTroposphereLayer::~DtReflectedTroposphereLayer ( )
virtual

Destructor.

makVrfMetoc::DtReflectedTroposphereLayer::DtReflectedTroposphereLayer ( const DtReflectedTroposphereLayer orig)
protected

Copy Constructor not implemented.

Member Function Documentation

DtTroposphereLayerStateRepository * makVrfMetoc::DtReflectedTroposphereLayer::troposphereLayerStateRep ( ) const
inlinevirtual

Returns the TroposphereLayer's state repository.

DtTroposphereLayerStateRepository * makVrfMetoc::DtReflectedTroposphereLayer::tsr ( ) const
inlinevirtual

Shorter version of lifeformRep.

virtual DtReflectedTroposphereLayer* makVrfMetoc::DtReflectedTroposphereLayer::next ( ) const
virtual

Returns the next reflected TroposphereLayer in the DtReflectedTroposphereLayerList.

virtual DtReflectedTroposphereLayer* makVrfMetoc::DtReflectedTroposphereLayer::prev ( ) const
virtual

Returns the previous reflected TroposphereLayer in the DtReflectedTroposphereLayerList.

virtual DtReflectedTroposphereLayer* makVrfMetoc::DtReflectedTroposphereLayer::wrapNext ( ) const
virtual

Returns the next reflected TroposphereLayer. Will cycle back to the first remote TroposphereLayer in the DtReflectedTroposphereLayerList.

virtual DtReflectedTroposphereLayer* makVrfMetoc::DtReflectedTroposphereLayer::wrapPrev ( ) const
virtual

Returns the previous reflected TroposphereLayer. Will cycle back to the first remote TroposphereLayer in the DtReflectedTroposphereLayerList.

virtual void makVrfMetoc::DtReflectedTroposphereLayer::addPostUpdateCallback ( DtTroposphereLayerCallbackFunction  cb,
void *  userData 
)
virtual

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

virtual void makVrfMetoc::DtReflectedTroposphereLayer::removePostUpdateCallback ( DtTroposphereLayerCallbackFunction  cb,
void *  userData 
)
virtual

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

static DtStateRepCreator makVrfMetoc::DtReflectedTroposphereLayer::setStateRepCreator ( DtStateRepCreator  creator)
static

Set the function to be called for creating state repositories.

DtReflectedTroposphereLayer& makVrfMetoc::DtReflectedTroposphereLayer::operator= ( const DtReflectedTroposphereLayer orig)
protected

Assignment operator not implemented.

Member Data Documentation

DtStateRepCreator makVrfMetoc::DtReflectedTroposphereLayer::theStateRepCreator
staticprotected

The function called to create state repositories.


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

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)