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

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

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

Public Types

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

Public Member Functions

 DtReflectedWeather (DtHlaObject *obj, DtExerciseConn *exConn)
 Constructor. More...
 
virtual ~DtReflectedWeather ()
 Destructor. More...
 
virtual DtWeatherStateRepositoryweatherStateRep () const
 Returns the Weather's state repository. More...
 
virtual DtWeatherStateRepositorywsr () const
 Shorter version of lifeformRep. More...
 
virtual DtReflectedWeathernext () const
 Returns the next reflected Weather in the DtReflectedWeatherList. More...
 
virtual DtReflectedWeatherprev () const
 Returns the previous reflected Weather in the DtReflectedWeatherList. More...
 
virtual DtReflectedWeatherwrapNext () const
 Returns the next reflected Weather. More...
 
virtual DtReflectedWeatherwrapPrev () const
 Returns the previous reflected Weather. More...
 
virtual void addPostUpdateCallback (DtWeatherCallbackFunction cb, void *userData)
 Add a callback that is called when the DtReflectedWeather is updated. More...
 
virtual void removePostUpdateCallback (DtWeatherCallbackFunction cb, void *userData)
 Remove the callback that is called when the DtReflectedWeather 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

 DtReflectedWeather (const DtReflectedWeather &orig)
 Copy Constructor not implemented. More...
 
DtReflectedWeatheroperator= (const DtReflectedWeather &orig)
 Assignment operator not implemented. More...
 

Static Protected Attributes

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

Detailed Description

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

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