![]() |
VR-Link API Documentation for HLA 1516
|
Instances of DtReflectedModeCList manage a list of DtReflectedModeC objects. More...
Inheritance diagram for DtReflectedModeCList:
Collaboration diagram for DtReflectedModeCList:Public Member Functions | |
| DtReflectedModeCList (DtExerciseConn *exConn, const DtDDMRegionSet *regionSetToUse=0) | |
| Constructor. More... | |
| DtReflectedModeCList (DtExerciseConn *exConn, const DtList *handleList, const DtDDMRegionSet *regionSetToUse=0) | |
| Constructor - only subscribe to the RTI::ObjectClassHandles in handleList. More... | |
| virtual | ~DtReflectedModeCList () |
| Destructor. More... | |
| virtual DtReflectedModeC * | lookup (RTI::ObjectInstanceHandle id) |
| Look up by identifier. More... | |
| virtual DtReflectedModeC * | lookup (const DtGlobalObjectDesignator &objName) |
| Look up by name. More... | |
| virtual DtReflectedModeC * | first () const |
| Get the first reflected object in the list. More... | |
| virtual DtReflectedModeC * | last () const |
| Get the last reflected object in the list. More... | |
| virtual void | addModeCAdditionCallback (DtModeCCallbackFunction cb, void *userData) |
| ModeC added callback registration. More... | |
| virtual void | removeModeCAdditionCallback (DtModeCCallbackFunction cb, void *userData) |
| ModeC added callback deregistration. More... | |
| virtual void | addModeCRemovalCallback ( |