![]() |
VR-Forces 5.0.3 Developer's Guide
|
Instances of DtReflectedEnvironmentCondition are used to represent a simulated HLAobjectRoot.METOC_Root.EnvironmentCondition object reflected across a network.

Public Types | |
| typedef DtEnvironmentConditionStateRepository *(* | DtStateRepCreator )() |
Public Member Functions | |
| DtReflectedEnvironmentCondition (DtHlaObject *obj, DtExerciseConn *exConn) | |
| virtual | ~DtReflectedEnvironmentCondition () |
| virtual DtEnvironmentConditionStateRepository * | environmentConditionStateRep () const |
| virtual DtEnvironmentConditionStateRepository * | esr () const |
| virtual DtReflectedEnvironmentCondition * | next () const |
| virtual DtReflectedEnvironmentCondition * | prev () const |
| virtual DtReflectedEnvironmentCondition * | wrapNext () const |
| virtual DtReflectedEnvironmentCondition * | wrapPrev () const |
| virtual void | addPostUpdateCallback (DtEnvironmentConditionCallbackFunction cb, void *userData) |
| virtual void | removePostUpdateCallback (DtEnvironmentConditionCallbackFunction cb, void *userData) |
Static Public Member Functions | |
| static DtStateRepCreator | setStateRepCreator (DtStateRepCreator creator) |
Protected Member Functions | |
| DtReflectedEnvironmentCondition (const DtReflectedEnvironmentCondition &orig) | |
| DtReflectedEnvironmentCondition & | operator= (const DtReflectedEnvironmentCondition &orig) |
Static Protected Attributes | |
| static DtStateRepCreator | theStateRepCreator |
| typedef DtEnvironmentConditionStateRepository*(* makVrfMetoc::DtReflectedEnvironmentCondition::DtStateRepCreator)() |
Function prototype for functions that create a DtEnvironmentConditionStateRepository.
| makVrfMetoc::DtReflectedEnvironmentCondition::DtReflectedEnvironmentCondition | ( | DtHlaObject * | obj, |
| DtExerciseConn * | exConn | ||
| ) |
Constructor.
|
virtual |
Destructor.
|
protected |
Copy Constructor not implemented.
|
inlinevirtual |
Returns the EnvironmentCondition's state repository.
|
inlinevirtual |
Shorter version of lifeformRep.
|
virtual |
Returns the next reflected EnvironmentCondition in the DtReflectedEnvironmentConditionList.
|
virtual |
Returns the previous reflected EnvironmentCondition in the DtReflectedEnvironmentConditionList.
|
virtual |
Returns the next reflected EnvironmentCondition. Will cycle back to the first remote EnvironmentCondition in the DtReflectedEnvironmentConditionList.
|
virtual |
Returns the previous reflected EnvironmentCondition. Will cycle back to the first remote EnvironmentCondition in the DtReflectedEnvironmentConditionList.
|
virtual |
Add a callback that is called when the DtReflectedEnvironmentCondition is updated.
|
virtual |
Remove the callback that is called when the DtReflectedEnvironmentCondition is updated.
|
static |
Set the function to be called for creating state repositories.
|
protected |
Assignment operator not implemented.
|
staticprotected |
The function called to create state repositories.