![]() |
RadarFX API Documentation
|

Public Member Functions | |
| virtual | ~DtRadarFxSettingsManager () |
| DTOR. | |
| virtual makVrv::DtVideoStream * | videoStream () const |
| The video stream used to capture images. | |
| virtual void | setPort (const int port) |
| Port for server to listen on. | |
| virtual int | port () const |
| Port for server to listen on. | |
| virtual void | setObserverModeName (const std::string &observerModeName) |
| Observer Mode Name to use for radarFX. | |
| virtual std::string | observerModeName () const |
| Observer Mode Name to use for radarFX. | |
| virtual void | setSensorModeName (const std::string &sensorModeName) |
| Sensor Mode Name to use for radarFX. | |
| virtual std::string | sensorModeName () const |
| Sensor Mode Name to use for radarFX. | |
| virtual void | setVideoStreamName (const std::string &videoStreamName) |
| Video Stream Name to use for radarFX. | |
| virtual std::string | videoStreamName () const |
| Video Stream Name to use for radarFX. | |
| virtual void | setDataDirectory (const std::string &dataDirectory) |
| Data Directory to use for radarFX. | |
| virtual std::string | dataDirectory () const |
| Data Directory to use for radarFX. | |
| virtual void | setTerrainTimeout (float timeout) |
| Timeout for waiting on paging terrains. | |
| virtual float | terrainTimeout () const |
| Timeout for waiting on paging terrains. | |
| virtual void | setFlipImagesVertically (bool flip) |
| Option to flip images vertically before sending back. | |
| virtual bool | flipImagesVertically () const |
| Option to flip images vertically before sending back. | |
| virtual void | setFlipImagesHorizontally (bool flip) |
| Option to flip images horizontally before sending back. | |
| virtual bool | flipImagesHorizontally () const |
| Option to flip images horizontally before sending back. | |
| virtual void | setUseSimulationTime (bool useSimulationTime) |
| Use the simulation time vs the system time for metadata. | |
| virtual bool | useSimulationTime () const |
| Use the simulation time vs the system time for metadata. | |
Setting Persistence Methods | |
| virtual void | setFromRecord (const DtRadarFxSettingsRecord &rec) |
| Use the settings from the given settings record. | |
| virtual void | getRecord (DtRadarFxSettingsRecord &rec) const |
| Populate the given record with the current settings. | |
Static Public Member Functions | |
| static DtRadarFxSettingsManager & | instance (makVrv::DtDe &de) |
| Get an instance of the settings manager. | |
Public Attributes | |
| boost::signalslib::signal < void(int)> | signal_portChanged |
| emitted when the port has changed so the driver can start listening on it | |
Protected Member Functions | |
| DtRadarFxSettingsManager (makVrv::DtDe &) | |
| Protected CTOR ( use instance(..) ) | |
| virtual bool | applyFactoryOverrides (DtRadarFxSettingsRecord &rec) const |
| Get overrides to the factory record, if any. | |
Protected Attributes | |
| DtRadarFxSettingsRecord | mySettingsRecord |
Friends | |
| template<typename ManagerClass > | |
| ManagerClass & | makVrv::defaultManagerInstanceFunction (makVrv::DtDe &, bool) |
| Befriend the manager instance functions for instance retreival/creation. | |
| template<typename ManagerClass > | |
| void | makVrv::defaultManagerRegisterInstanceFunction (makVrv::DtDe &, ManagerClass *) |
| Befriend the manager instance functions for instance retreival/creation. | |
|
virtual |
DTOR.
|
protected |
Protected CTOR ( use instance(..) )
|
static |
Get an instance of the settings manager.
|
virtual |
Port for server to listen on.
|
virtual |
Port for server to listen on.
|
virtual |
Observer Mode Name to use for radarFX.
|
virtual |
Observer Mode Name to use for radarFX.
|
virtual |
Sensor Mode Name to use for radarFX.
|
virtual |
Sensor Mode Name to use for radarFX.
|
virtual |
Video Stream Name to use for radarFX.
|
virtual |
Video Stream Name to use for radarFX.
|
virtual |
Data Directory to use for radarFX.
|
virtual |
Data Directory to use for radarFX.
|
virtual |
The video stream used to capture images.
|
virtual |
Timeout for waiting on paging terrains.
|
virtual |
Timeout for waiting on paging terrains.
|
virtual |
Option to flip images vertically before sending back.
|
virtual |
Option to flip images vertically before sending back.
|
virtual |
Option to flip images horizontally before sending back.
|
virtual |
Option to flip images horizontally before sending back.
|
virtual |
Use the simulation time vs the system time for metadata.
|
virtual |
Use the simulation time vs the system time for metadata.
|
virtual |
Use the settings from the given settings record.
|
virtual |
Populate the given record with the current settings.
|
protectedvirtual |
Get overrides to the factory record, if any.
If there are overrides, this function returns true. This is an internal utility function used by VR-Vantage engineers to update factory defaults. As a result, this function returns false in releases but can be overriden by toolkit users if desired; however, generally toolkit users can and should use DtDeInitializer::addDefaultSettingsRecord(...) instead.
|
friend |
Befriend the manager instance functions for instance retreival/creation.
|
friend |
Befriend the manager instance functions for instance retreival/creation.
| boost::signalslib::signal<void (int)> makRadarFx::DtRadarFxSettingsManager::signal_portChanged |
emitted when the port has changed so the driver can start listening on it
|
protected |