26 class DtSensorControlDialog;
40 virtual void addSensorObserver(
const std::string& observerName,
makVrv::DtUniqueID hostId,
44 virtual void addSensorObserver(
const std::string& observerName,
55 virtual void slot_sendSetRequest(std::vector<DtUUID> names,
const DtSetDataRequest& s);
57 virtual void slot_onPostTick();
59 virtual void slot_closeWindow(std::string displayName, std::string windowName);
69 const std::string& w =
"",
const std::string& c =
"")
70 : ctrlDlg(dlg), displayName(d), windowName(w), channelName(c)
75 : ctrlDlg(orig.ctrlDlg), displayName(orig.displayName), windowName(orig.windowName), channelName(orig.channelName)
The sensor field of view manager. Keeps track of sensor field of view states and any observers associ...
Definition: vrfSensorFieldOfViewManagerQt.h:32
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
Contains the DtUUID class declaration.
Definition: sensorControlDialog.h:52
The sensor field of view manager. Extend vantage version to add a few more methods.
Definition: vrfSensorFieldOfViewManager.h:23
DtSetDataRequest is an abstract base class from which real setDataRequests can derive. It manages the read/write capability; derived classes need only use and register read/writatble data types for derived information.
Definition: setDataRequest.h:41
makVrv::DtSignalConnectionManager myConnectionManager
Definition: vrfSensorFieldOfViewManagerQt.h:91
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
ObserverControlMap mySensorControlDialogs
Definition: vrfSensorFieldOfViewManagerQt.h:87
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
std::set< std::string > myNewObserverNames
Definition: vrfSensorFieldOfViewManagerQt.h:89
Base class to provide boost signal/slot management.
std::map< std::string, SensorControlInformation > ObserverControlMap
Definition: vrfSensorFieldOfViewManagerQt.h:85
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
Contains makVrf::DtVrfSensorFieldOfViewManager class.