![]() |
VR-Forces 5.0.3 Developer's Guide
|
The class that is the interface between the GUI and the back-end.

Public Member Functions | |
| DtGenericSetRwRequestor (makVrv::DtDe &) | |
| virtual | ~DtGenericSetRwRequestor () |
| virtual const DtRwPriorityTargetListMap & | getData (const DtUUID &, const DtSetMessageType &) const |
| virtual void | subscribeToData (const DtUUID &, const DtSetMessageType &) |
| virtual void | unsubscribeToData (const DtUUID &, const DtSetMessageType &) |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Static Public Member Functions | |
| static DtGenericSetRwRequestor & | instance (makVrv::DtDe &de) |
Public Attributes | |
| boost::signals2::signal< void(const DtUUID &, const DtSetMessageType &)> | signal_setDataTypeAndStateReceived |
Protected Types | |
| typedef std::map< DtUUID, std::map< DtSetMessageType, DtRwPriorityTargetListMap > > | DtUuidToSetMessageTypeTargetPriorityListTable |
Protected Member Functions | |
| virtual void | slot_onSimDataRemoved (makVrv::DtSimObjectEntry &) |
| virtual void | processGenericSetResponse (const DtVrfObjectMessage *msg) |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtUuidToSetMessageTypeTargetPriorityListTable | myTable |
Static Protected Attributes | |
| static const DtRwPriorityTargetListMap | theEmptyList |
|
protected |
For now store Target Priority List explicitly since we don't want to necessarily write RW info.
| makVrf::DtGenericSetRwRequestor::DtGenericSetRwRequestor | ( | makVrv::DtDe & | ) |
|
virtual |
|
static |
|
virtual |
Puts the list of systems common to all given entity types.
|
virtual |
|
virtual |
|
protectedvirtual |
|
protectedvirtual |
Add the system in the response message to myEntitiesTable. Note– entries are not replaced; new systems are added to the existing list for the entity type. A dialog box must call clearEntityTypeEntry during initialization to clear the table.
| boost::signals2::signal<void(const DtUUID&, const DtSetMessageType&)> makVrf::DtGenericSetRwRequestor::signal_setDataTypeAndStateReceived |
|
protected |
|
protected |
|
staticprotected |