![]() |
VR-Forces 4.6 Class Documentation
|

Public Member Functions | |
| DtExtendedPropertiesEntityList (DtExerciseConn *exConn, DtVrfParameterDb *pdb=0) | |
| Constructor - obtains the set of object classes to subscribe to from the exConn's fomMapper. | |
| DtExtendedPropertiesEntityList (DtExerciseConn *exConn, const DtDDMRegionSet *regionSetToUse, DtVrfParameterDb *pdb=0) | |
| Constructor - obtains the set of object classes to subscribe to from the exConn's fomMapper. | |
| DtExtendedPropertiesEntityList (DtExerciseConn *exConn, const DtList *handleList, const DtDDMRegionSet *regionSetToUse=0, DtVrfParameterDb *pdb=0) | |
| Constructor - only subscribe to the RTI::ObjectClassHandles in handleList. | |
| virtual | ~DtExtendedPropertiesEntityList () |
| destructor | |
| virtual void | setParameterDatabase (DtVrfParameterDb *pdb) |
| Sets the parameter database. Must be called whenever the SMS changes. | |
| virtual DtVrfParameterDb * | parameterDatabase () |
| Returns the loaded parameter database. | |
| virtual const DtVrfParameterDb * | parameterDatabase () const |
Public Member Functions inherited from DtReflectedExtEntityList | |
| DtReflectedExtEntityList (DtExerciseConn *exConn) | |
| DtReflectedExtEntityList (DtExerciseConn *exConn, const DtDDMRegionSet *regionSetToUse) | |
| Constructor - obtains the set of object classes to subscribe to from the exConn's fomMapper. | |
| DtReflectedExtEntityList (DtExerciseConn *exConn, const DtList *handleList, const DtDDMRegionSet *regionSetToUse=0) | |
| Constructor - only subscribe to the RTI::ObjectClassHandles in handleList. | |
| virtual | ~DtReflectedExtEntityList () |
| virtual void | setWaitForVrfExtendedData (bool) |
| Sets whether or not to wait for VRF extended data in readyToAdd. | |
| virtual bool | waitForVrfExtendedData () const |
| virtual DtReflectedExtEntity * | lookupEE (RTI::ObjectHandle id) |
| virtual DtReflectedExtEntity * | lookupEE (const DtGlobalObjectDesignator &objName) |
| virtual DtReflectedExtEntity * | firstEE () const |
| virtual DtReflectedExtEntity * | lastEE () const |
| virtual void | addEntityAdditionCallback (DtExtEntityCallbackFunction cb, void *userData) |
| virtual void | removeEntityAdditionCallback (DtExtEntityCallbackFunction cb, void *userData) |
| virtual void | addEntityRemovalCallback (DtExtEntityCallbackFunction cb, void *userData) |
| virtual void | removeEntityRemovalCallback (DtExtEntityCallbackFunction cb, void *userData) |
Protected Member Functions | |
| void | initializeExtendedProperties () |
| Determines whether or not extended properties available. Called from constructors. | |
| virtual bool | readyToAdd (DtReflectedObject *obj) |
| Overridden to make sure extended properties are updated before checking if the object is ready to add. | |
| virtual void | entityAdded (DtReflectedExtEntity *) |
| virtual void | entityUpdated (DtReflectedExtEntity *) |
| virtual void | entityRemoved (DtReflectedExtEntity *) |
Protected Member Functions inherited from DtReflectedExtEntityList | |
| void | processVrfObjectStateUpdateMessage (DtDataInteraction *interaction) |
| void | processVrfObjectDataMessage (DtDataInteraction *interaction) |
| virtual void | processDataInteraction (DtDataInteraction *i) |
| virtual DtReflectedObject * | newReflectedObject (DtHlaObject *obj) const |
| virtual void | addToObjectList (DtReflectedObject *refObj) |
| virtual void | cleanupObjectDataMessageHashList () |
| virtual bool | setupVrfObjectData (DtReflectedObject *object) |
| virtual void | requestVrfObjectData (DtReflectedObject *object) |
| virtual bool | timeOutVrfObjectDataRequest (DtReflectedObject *obj) |
| Returns true if the time has been too long in receiving a vrf object data request. | |
| virtual void | diguyExtensionsSetup () |
| virtual void | processObjectAdditionCallbacks (DtReflectedObject *object) |
| Override to remove items from internal lists that might not have been caught through other means. | |
Static Protected Member Functions | |
| static void | entityAddedCallback (DtReflectedExtEntity *entity, void *userData) |
| When an entity is added initialize any extended properties (if supported and available) as well as add update callback for object. | |
| static void | entityUpdatedCallback (DtReflectedExtEntity *entity, void *userData) |
| When an entity is updated, we will update its state properties. | |
| static void | entityRemovedCallback (DtReflectedExtEntity *entity, void *userData) |
| When an entity is removed we need to de-register our update callback. | |
Static Protected Member Functions inherited from DtReflectedExtEntityList | |
| static void | dataInteractionCallback (DtDataInteraction *i, void *usr) |
Protected Attributes | |
| DtVrfParameterDb * | myParameterDb |
Protected Attributes inherited from DtReflectedExtEntityList | |
| DtHashlist | myObjectDataMessageHashlist |
| DtHashList | myObjectDataMessageRequestList |
| DtHashList | myWaitingForVrfObjectData |
| bool | myWaitForVrfExtendedData |
Additional Inherited Members | |
Static Public Member Functions inherited from DtReflectedExtEntityList | |
| static void | setTimeoutRequestTime (DtTime t) |
| Sets the time to timeout on vrf object data request. Default is 2 seconds. | |
| static DtTime | timeoutRequestTime () |
Static Protected Attributes inherited from DtReflectedExtEntityList | |
| static DtTime | theTimeoutRequestTime |
| DtExtendedPropertiesEntityList::DtExtendedPropertiesEntityList | ( | DtExerciseConn * | exConn, |
| DtVrfParameterDb * | pdb = 0 |
||
| ) |
Constructor - obtains the set of object classes to subscribe to from the exConn's fomMapper.
| DtExtendedPropertiesEntityList::DtExtendedPropertiesEntityList | ( | DtExerciseConn * | exConn, |
| const DtDDMRegionSet * | regionSetToUse, | ||
| DtVrfParameterDb * | pdb = 0 |
||
| ) |
Constructor - obtains the set of object classes to subscribe to from the exConn's fomMapper.
| DtExtendedPropertiesEntityList::DtExtendedPropertiesEntityList | ( | DtExerciseConn * | exConn, |
| const DtList * | handleList, | ||
| const DtDDMRegionSet * | regionSetToUse = 0, |
||
| DtVrfParameterDb * | pdb = 0 |
||
| ) |
Constructor - only subscribe to the RTI::ObjectClassHandles in handleList.
|
virtual |
destructor
|
virtual |
Sets the parameter database. Must be called whenever the SMS changes.
|
virtual |
Returns the loaded parameter database.
|
virtual |
|
protected |
Determines whether or not extended properties available. Called from constructors.
|
protectedvirtual |
Overridden to make sure extended properties are updated before checking if the object is ready to add.
|
staticprotected |
When an entity is added initialize any extended properties (if supported and available) as well as add update callback for object.
|
protectedvirtual |
|
staticprotected |
When an entity is updated, we will update its state properties.
|
protectedvirtual |
|
staticprotected |
When an entity is removed we need to de-register our update callback.
|
protectedvirtual |
|
protected |