![]() |
VR-Forces Developer's Guide
|
A signaler for the shared sensor contact lines settings.

Public Member Functions | |
| virtual | ~DtSharedRadarCoverageSettingsSignaler () override |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Static Public Member Functions | |
| static DtSharedRadarCoverageSettingsSignaler & | instance (const makVrv::DtSharedSettingsManager &) |
| static DtSharedRadarCoverageSettingsSignaler & | instance (makVrv::DtEventQueueInterface &) |
| static DtSharedRadarCoverageSettingsSignaler * | findInstance (makVrv::DtEventQueueInterface *) |
Public Attributes | |
| makVrv::event_signal< void(double)> | signal_showLabelsChanged |
Protected Member Functions | |
| DtSharedRadarCoverageSettingsSignaler (makVrv::DtEventQueueInterface &eqi) | |
Private Member Functions | |
| DtSharedRadarCoverageSettingsSignaler (const DtSharedRadarCoverageSettingsSignaler &) | |
| DtSharedRadarCoverageSettingsSignaler & | operator= (const DtSharedRadarCoverageSettingsSignaler &) |
|
overridevirtual |
DTOR.
|
protected |
|
private |
|
static |
Get an instance of the radar coverage settings automatically from the settings manager. this will return a different signaler depending on what thread this function is called from.
|
static |
Get an instance of the simulation settings from the event queue interface. This will return the same signaler independent of the thread.
|
static |
Find an instance of the signaler, for an interface, if one does not exist it will not be created.
| NULL | if the instance does not exist. |
|
private |
| makVrv::event_signal<void (double)> makVrf::DtSharedRadarCoverageSettingsSignaler::signal_showLabelsChanged |