VR-Forces 5.0.3 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::DtReflectedWeather Class Reference

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

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

Public Types

typedef
DtWeatherStateRepository *(* 
DtStateRepCreator )()
 

Public Member Functions

 DtReflectedWeather (DtHlaObject *obj, DtExerciseConn *exConn)
 
virtual ~DtReflectedWeather ()
 
virtual DtWeatherStateRepositoryweatherStateRep () const
 
virtual DtWeatherStateRepositorywsr () const
 
virtual DtReflectedWeathernext () const
 
virtual DtReflectedWeatherprev () const
 
virtual DtReflectedWeatherwrapNext () const
 
virtual DtReflectedWeatherwrapPrev () const
 
virtual void addPostUpdateCallback (DtWeatherCallbackFunction cb, void *userData)
 
virtual void removePostUpdateCallback (DtWeatherCallbackFunction cb, void *userData)
 

Static Public Member Functions

static DtStateRepCreator setStateRepCreator (DtStateRepCreator creator)
 

Protected Member Functions

 DtReflectedWeather (const DtReflectedWeather &orig)
 
DtReflectedWeatheroperator= (const DtReflectedWeather &orig)
 

Static Protected Attributes

static DtStateRepCreator theStateRepCreator
 

Member Typedef Documentation

typedef DtWeatherStateRepository*(* makVrfMetoc::DtReflectedWeather::DtStateRepCreator)()

Function prototype for functions that create a DtWeatherStateRepository.

Constructor & Destructor Documentation

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

Constructor.

virtual makVrfMetoc::DtReflectedWeather::~DtReflectedWeather ( )
virtual

Destructor.

makVrfMetoc::DtReflectedWeather::DtReflectedWeather ( const DtReflectedWeather orig)
protected

Copy Constructor not implemented.

Member Function Documentation

DtWeatherStateRepository * makVrfMetoc::DtReflectedWeather::weatherStateRep ( ) const
inlinevirtual

Returns the Weather's state repository.

DtWeatherStateRepository * makVrfMetoc::DtReflectedWeather::wsr ( ) const
inlinevirtual

Shorter version of lifeformRep.

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

Returns the next reflected Weather in the DtReflectedWeatherList.

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

Returns the previous reflected Weather in the DtReflectedWeatherList.

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

Returns the next reflected Weather. Will cycle back to the first remote Weather in the DtReflectedWeatherList.

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

Returns the previous reflected Weather. Will cycle back to the first remote Weather in the DtReflectedWeatherList.

virtual void makVrfMetoc::DtReflectedWeather::addPostUpdateCallback ( DtWeatherCallbackFunction  cb,
void *  userData 
)
virtual

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

virtual void makVrfMetoc::DtReflectedWeather::removePostUpdateCallback ( DtWeatherCallbackFunction  cb,
void *  userData 
)
virtual

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

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

Set the function to be called for creating state repositories.

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

Assignment operator not implemented.

Member Data Documentation

DtStateRepCreator makVrfMetoc::DtReflectedWeather::theStateRepCreator
staticprotected

The function called to create state repositories.


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

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)