![]() |
VR-Forces Development_Version Class Documentation
|
A signaler for the shared laser designator settings. More...

Public Member Functions | |
| virtual | ~DtLaserDesignatorSignaler () |
| DTOR. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static DtLaserDesignatorSignaler & | instance (const DtSharedSettingsManager &) |
| Get an instance of the simulation settings automatically from the settings manager. | |
| static DtLaserDesignatorSignaler & | instance (DtEventQueueInterface &) |
| Get an instance of the simulation settings from the event queue interface. | |
| static DtLaserDesignatorSignaler * | findInstance (DtEventQueueInterface *) |
| Find an instance of the signaler, for an interface, if one does not exist it will not be created. | |
Public Attributes | |
| event_signal< void(bool) > | signal_enableLaserDesignators |
| Signals that this signaler supports. | |
| event_signal< void(bool) > | signal_enableLaserDesignatorCode |
Protected Member Functions | |
| DtLaserDesignatorSignaler (DtEventQueueInterface &eqi) | |
Private Member Functions | |
| DtLaserDesignatorSignaler (const DtLaserDesignatorSignaler &) | |
| DtLaserDesignatorSignaler & | operator= (const DtLaserDesignatorSignaler &) |
A signaler for the shared laser designator settings.
|
virtual |
DTOR.
|
protected |
|
private |
|
static |
Get an instance of the simulation 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 |
| event_signal< void (bool) > makVrv::DtLaserDesignatorSignaler::signal_enableLaserDesignators |
Signals that this signaler supports.
| event_signal< void (bool) > makVrv::DtLaserDesignatorSignaler::signal_enableLaserDesignatorCode |