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

Public Types | |
| typedef DtServiceStateRepository *(* | DtStateRepCreator )() |
Public Member Functions | |
| DtReflectedService (DtHlaObject *obj, DtExerciseConn *exConn) | |
| virtual | ~DtReflectedService () |
| virtual DtServiceStateRepository * | serviceStateRep () const |
| virtual DtServiceStateRepository * | ssr () const |
| virtual DtReflectedService * | next () const |
| virtual DtReflectedService * | prev () const |
| virtual DtReflectedService * | wrapNext () const |
| virtual DtReflectedService * | wrapPrev () const |
| virtual void | addPostUpdateCallback (DtServiceCallbackFunction cb, void *userData) |
| virtual void | removePostUpdateCallback (DtServiceCallbackFunction cb, void *userData) |
Static Public Member Functions | |
| static DtStateRepCreator | setStateRepCreator (DtStateRepCreator creator) |
Protected Member Functions | |
| DtReflectedService (const DtReflectedService &orig) | |
| DtReflectedService & | operator= (const DtReflectedService &orig) |
Static Protected Attributes | |
| static DtStateRepCreator | theStateRepCreator |
| typedef DtServiceStateRepository*(* makVrfMetoc::DtReflectedService::DtStateRepCreator)() |
Function prototype for functions that create a DtServiceStateRepository.
| makVrfMetoc::DtReflectedService::DtReflectedService | ( | DtHlaObject * | obj, |
| DtExerciseConn * | exConn | ||
| ) |
Constructor.
|
virtual |
Destructor.
|
protected |
Copy Constructor not implemented.
|
inlinevirtual |
Returns the Service's state repository.
|
inlinevirtual |
Shorter version of lifeformRep.
|
virtual |
Returns the next reflected Service in the DtReflectedServiceList.
|
virtual |
Returns the previous reflected Service in the DtReflectedServiceList.
|
virtual |
Returns the next reflected Service. Will cycle back to the first remote Service in the DtReflectedServiceList.
|
virtual |
Returns the previous reflected Service. Will cycle back to the first remote Service in the DtReflectedServiceList.
|
virtual |
Add a callback that is called when the DtReflectedService is updated.
|
virtual |
Remove the callback that is called when the DtReflectedService 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.