VR-Forces 4.10 Class Documentation
 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. More...

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

Public Types

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

Public Member Functions

 DtReflectedTroposphereLayer (DtHlaObject *obj, DtExerciseConn *exConn)
 Constructor. More...
 
virtual ~DtReflectedTroposphereLayer ()
 Destructor. More...
 
virtual
DtTroposphereLayerStateRepository
troposphereLayerStateRep () const
 Returns the TroposphereLayer's state repository. More...
 
virtual
DtTroposphereLayerStateRepository
tsr () const
 Shorter version of lifeformRep. More...
 
virtual
DtReflectedTroposphereLayer
next () const
 Returns the next reflected TroposphereLayer in the DtReflectedTroposphereLayerList. More...
 
virtual
DtReflectedTroposphereLayer
prev () const
 Returns the previous reflected TroposphereLayer in the DtReflectedTroposphereLayerList. More...
 
virtual
DtReflectedTroposphereLayer
wrapNext () const
 Returns the next reflected TroposphereLayer. More...
 
virtual
DtReflectedTroposphereLayer
wrapPrev () const
 Returns the previous reflected TroposphereLayer. More...
 
virtual void addPostUpdateCallback (DtTroposphereLayerCallbackFunction cb, void *userData)
 Add a callback that is called when the DtReflectedTroposphereLayer is updated. More...
 
virtual void removePostUpdateCallback (DtTroposphereLayerCallbackFunction cb, void *userData)
 Remove the callback that is called when the DtReflectedTroposphereLayer is updated. More...
 

Static Public Member Functions

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

Protected Member Functions

 DtReflectedTroposphereLayer (const DtReflectedTroposphereLayer &orig)
 Copy Constructor not implemented. More...
 
DtReflectedTroposphereLayeroperator= (const DtReflectedTroposphereLayer &orig)
 Assignment operator not implemented. More...
 

Static Protected Attributes

static DtStateRepCreator theStateRepCreator
 The function called to create state repositories. More...
 

Detailed Description

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

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 Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)