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

Public Member Functions | |
| DtExtendedPropertiesAggregateList (DtExerciseConn *exConn, DtVrfParameterDb *pdb=0) | |
| Constructor - obtains the set of object classes to subscribe to from the exConn's fomMapper. | |
| DtExtendedPropertiesAggregateList (DtExerciseConn *exConn, bool smoothCapable, DtVrfParameterDb *pdb=0) | |
| DtExtendedPropertiesAggregateList (DtExerciseConn *exConn, const DtDDMRegionSet *regionSetToUse, DtVrfParameterDb *pdb=0) | |
| Constructor - obtains the set of object classes to subscribe to from the exConn's fomMapper. | |
| DtExtendedPropertiesAggregateList (DtExerciseConn *exConn, const DtList *handleList, const DtDDMRegionSet *regionSetToUse=0, DtVrfParameterDb *pdb=0) | |
| Constructor - only subscribe to the RTI::ObjectClassHandles in handleList. | |
| virtual | ~DtExtendedPropertiesAggregateList () |
| 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 DtReflectedExtAggregateList | |
| DtReflectedExtAggregateList (DtExerciseConn *exConn) | |
| DtReflectedExtAggregateList (DtExerciseConn *exConn, bool smoothCapable) | |
| DtReflectedExtAggregateList (DtExerciseConn *exConn, const DtDDMRegionSet *regionSetToUse) | |
| Constructor - obtains the set of object classes to subscribe to from the exConn's fomMapper. | |
| DtReflectedExtAggregateList (DtExerciseConn *exConn, const DtList *handleList, const DtDDMRegionSet *regionSetToUse=0) | |
| Constructor - only subscribe to the RTI::ObjectClassHandles in handleList. | |
| virtual | ~DtReflectedExtAggregateList () |
| virtual DtReflectedExtAggregate * | lookupEA (RTI::ObjectHandle id) |
| virtual DtReflectedExtAggregate * | lookupEA (const DtGlobalObjectDesignator &objName) |
| virtual DtReflectedExtAggregate * | firstEA () const |
| virtual DtReflectedExtAggregate * | lastEA () const |
| virtual void | addAggregateAdditionCallback (DtExtAggregateCallbackFunction cb, void *userData) |
| virtual void | removeAggregateAdditionCallback (DtExtAggregateCallbackFunction cb, void *userData) |
| virtual void | addAggregateRemovalCallback (DtExtAggregateCallbackFunction cb, void *userData) |
| virtual void | removeAggregateRemovalCallback (DtExtAggregateCallbackFunction 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 | aggregateAdded (DtReflectedExtAggregate *) |
Protected Member Functions inherited from DtReflectedExtAggregateList | |
| virtual void | processDataInteraction (DtDataInteraction *i) |
| virtual DtReflectedObject * | newReflectedObject (DtHlaObject *obj) const |
Static Protected Member Functions | |
| static void | aggregateAddedCallback (DtReflectedExtAggregate *aggregate, void *userData) |
| When an aggregate is added initialize any extended properties (if supported and available) as well as add update callback for object. | |
Static Protected Member Functions inherited from DtReflectedExtAggregateList | |
| static void | dataInteractionCallback (DtDataInteraction *i, void *usr) |
Protected Attributes | |
| DtVrfParameterDb * | myParameterDb |
| DtExtendedPropertiesAggregateList::DtExtendedPropertiesAggregateList | ( | DtExerciseConn * | exConn, |
| DtVrfParameterDb * | pdb = 0 |
||
| ) |
Constructor - obtains the set of object classes to subscribe to from the exConn's fomMapper.
| DtExtendedPropertiesAggregateList::DtExtendedPropertiesAggregateList | ( | DtExerciseConn * | exConn, |
| bool | smoothCapable, | ||
| DtVrfParameterDb * | pdb = 0 |
||
| ) |
| DtExtendedPropertiesAggregateList::DtExtendedPropertiesAggregateList | ( | DtExerciseConn * | exConn, |
| const DtDDMRegionSet * | regionSetToUse, | ||
| DtVrfParameterDb * | pdb = 0 |
||
| ) |
Constructor - obtains the set of object classes to subscribe to from the exConn's fomMapper.
| DtExtendedPropertiesAggregateList::DtExtendedPropertiesAggregateList | ( | 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 aggregate is added initialize any extended properties (if supported and available) as well as add update callback for object.
|
protectedvirtual |
|
protected |