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

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