![]() |
VR-Forces 4.8 Class Documentation
|
A signaler for the shared sensor contact lines settings. More...

Public Member Functions | |
| virtual | ~DtSharedRadarCoverageSettingsSignaler () |
| DTOR. More... | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. More... | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. More... | |
Static Public Member Functions | |
| static DtSharedRadarCoverageSettingsSignaler & | instance (const makVrv::DtSharedSettingsManager &) |
| Get an instance of the radar coverage settings automatically from the settings manager. More... | |
| static DtSharedRadarCoverageSettingsSignaler & | instance (makVrv::DtEventQueueInterface &) |
| Get an instance of the simulation settings from the event queue interface. More... | |
| static DtSharedRadarCoverageSettingsSignaler * | findInstance (makVrv::DtEventQueueInterface *) |
| Find an instance of the signaler, for an interface, if one does not exist it will not be created. More... | |
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 &) |
A signaler for the shared sensor contact lines settings.
|
virtual |
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 |