![]() |
VR-Forces 4.10 Class Documentation
|
Instances of DtReflectedEnvironmentCondition are used to represent a simulated HLAobjectRoot.METOC_Root.EnvironmentCondition object reflected across a network. More...

Public Types | |
| typedef DtEnvironmentConditionStateRepository *(* | DtStateRepCreator )() |
| Function prototype for functions that create a DtEnvironmentConditionStateRepository. More... | |
Public Member Functions | |
| DtReflectedEnvironmentCondition (DtHlaObject *obj, DtExerciseConn *exConn) | |
| Constructor. More... | |
| virtual | ~DtReflectedEnvironmentCondition () |
| Destructor. More... | |
| virtual DtEnvironmentConditionStateRepository * | environmentConditionStateRep () const |
| Returns the EnvironmentCondition's state repository. More... | |
| virtual DtEnvironmentConditionStateRepository * | esr () const |
| Shorter version of lifeformRep. More... | |
| virtual DtReflectedEnvironmentCondition * | next () const |
| Returns the next reflected EnvironmentCondition in the DtReflectedEnvironmentConditionList. More... | |
| virtual DtReflectedEnvironmentCondition * | prev () const |
| Returns the previous reflected EnvironmentCondition in the DtReflectedEnvironmentConditionList. More... | |
| virtual DtReflectedEnvironmentCondition * | wrapNext () const |
| Returns the next reflected EnvironmentCondition. More... | |
| virtual DtReflectedEnvironmentCondition * | wrapPrev () const |
| Returns the previous reflected EnvironmentCondition. More... | |
| virtual void | addPostUpdateCallback (DtEnvironmentConditionCallbackFunction cb, void *userData) |
| Add a callback that is called when the DtReflectedEnvironmentCondition is updated. More... | |
| virtual void | removePostUpdateCallback (DtEnvironmentConditionCallbackFunction cb, void *userData) |
| Remove the callback that is called when the DtReflectedEnvironmentCondition 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 | |
| DtReflectedEnvironmentCondition (const DtReflectedEnvironmentCondition &orig) | |
| Copy Constructor not implemented. More... | |
| DtReflectedEnvironmentCondition & | operator= (const DtReflectedEnvironmentCondition &orig) |
| Assignment operator not implemented. More... | |
Static Protected Attributes | |
| static DtStateRepCreator | theStateRepCreator |
| The function called to create state repositories. More... | |
Instances of DtReflectedEnvironmentCondition are used to represent a simulated HLAobjectRoot.METOC_Root.EnvironmentCondition object reflected across a network.
| 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.