33 virtual void addSensorObserver(
const std::string& observerName,
38 virtual void slot_onUpdate()
override;
51 virtual void createSensorView(
const std::string& sensorId);
Contains makVrv::DtSensorViewCreator class.
Definition: vrfSensorFieldOfViewManager.h:54
DtSensorViewCreator creates display, window, and observer configurations to implement a sensor view...
Definition: DtSensorViewCreator.h:25
Override to have create controls be true for VRF.
Definition: vrfSensorFieldOfViewManager.h:42
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
Contains makVrv::DtSensorFieldOfViewManager class.
The sensor field of view manager. Extend vantage version to add a few more methods.
Definition: vrfSensorFieldOfViewManager.h:23
A DtStateView is a the interface to simulation state information. Users can create DtStateViews for s...
Definition: DtStateView.h:49
Base class to provide boost signal/slot management.
Definition: DtSensorViewCreator.h:67
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:70
The sensor field of view manager. Keeps track of sensor field of view states and any observers associ...
Definition: DtSensorFieldOfViewManager.h:28