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::DtReflectedLandSurface Class Reference

Instances of DtReflectedLandSurface are used to represent a simulated HLAobjectRoot.METOC_Root.EnvironmentCondition.Weather.LandSurface object reflected across a network. More...

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

Public Types

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

Public Member Functions

 DtReflectedLandSurface (DtHlaObject *obj, DtExerciseConn *exConn)
 Constructor. More...
 
virtual ~DtReflectedLandSurface ()
 Destructor. More...
 
virtual
DtLandSurfaceStateRepository
landSurfaceStateRep () const
 Returns the LandSurface's state repository. More...
 
virtual
DtLandSurfaceStateRepository
lsr () const
 Shorter version of lifeformRep. More...
 
virtual DtReflectedLandSurfacenext () const
 Returns the next reflected LandSurface in the DtReflectedLandSurfaceList. More...
 
virtual DtReflectedLandSurfaceprev () const
 Returns the previous reflected LandSurface in the DtReflectedLandSurfaceList. More...
 
virtual DtReflectedLandSurfacewrapNext () const
 Returns the next reflected LandSurface. More...
 
virtual DtReflectedLandSurfacewrapPrev () const
 Returns the previous reflected LandSurface. More...
 
virtual void addPostUpdateCallback (DtLandSurfaceCallbackFunction cb, void *userData)
 Add a callback that is called when the DtReflectedLandSurface is updated. More...
 
virtual void removePostUpdateCallback (DtLandSurfaceCallbackFunction cb, void *userData)
 Remove the callback that is called when the DtReflectedLandSurface 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

 DtReflectedLandSurface (const DtReflectedLandSurface &orig)
 Copy Constructor not implemented. More...
 
DtReflectedLandSurfaceoperator= (const DtReflectedLandSurface &orig)
 Assignment operator not implemented. More...
 

Static Protected Attributes

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

Detailed Description

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

Member Typedef Documentation

typedef DtLandSurfaceStateRepository*(* makVrfMetoc::DtReflectedLandSurface::DtStateRepCreator)()

Function prototype for functions that create a DtLandSurfaceStateRepository.

Constructor & Destructor Documentation

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

Constructor.

virtual makVrfMetoc::DtReflectedLandSurface::~DtReflectedLandSurface ( )
virtual

Destructor.

makVrfMetoc::DtReflectedLandSurface::DtReflectedLandSurface ( const DtReflectedLandSurface orig)
protected

Copy Constructor not implemented.

Member Function Documentation

DtLandSurfaceStateRepository * makVrfMetoc::DtReflectedLandSurface::landSurfaceStateRep ( ) const
inlinevirtual

Returns the LandSurface's state repository.

DtLandSurfaceStateRepository * makVrfMetoc::DtReflectedLandSurface::lsr ( ) const
inlinevirtual

Shorter version of lifeformRep.

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

Returns the next reflected LandSurface in the DtReflectedLandSurfaceList.

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

Returns the previous reflected LandSurface in the DtReflectedLandSurfaceList.

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

Returns the next reflected LandSurface.

Will cycle back to the first remote LandSurface in the DtReflectedLandSurfaceList.

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

Returns the previous reflected LandSurface.

Will cycle back to the first remote LandSurface in the DtReflectedLandSurfaceList.

virtual void makVrfMetoc::DtReflectedLandSurface::addPostUpdateCallback ( DtLandSurfaceCallbackFunction  cb,
void *  userData 
)
virtual

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

virtual void makVrfMetoc::DtReflectedLandSurface::removePostUpdateCallback ( DtLandSurfaceCallbackFunction  cb,
void *  userData 
)
virtual

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

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

Set the function to be called for creating state repositories.

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

Assignment operator not implemented.

Member Data Documentation

DtStateRepCreator makVrfMetoc::DtReflectedLandSurface::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)