![]() |
VR-Forces 4.6 Class Documentation
|
The class that is the interface between the GUI and the back-end. More...

Public Member Functions | |
| DtQueuedManager (makVrv::DtDe &) | |
| virtual | ~DtQueuedManager () |
| virtual void | tick () |
| virtual void | setActivated (bool) |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Protected Types | |
| typedef makVrv::DtLockedBufferedQueue < boost::function< void()> > | DtVrfBackendManagerCallQueue |
| typedef std::vector < boost::function< void()> > | DtVrfBackendManagerCallList |
Protected Member Functions | |
| virtual void | queueSimulationFunction (const boost::function< void()> &function) |
| Put a function in the sim function queue, for threadsafe calling. | |
| virtual void | runFunctionQueue (DtVrfBackendManagerCallQueue &queue) |
| Execute a function queue. | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtVrfBackendManagerCallQueue | myFunctionCallQueue |
| bool | myActivated |
The class that is the interface between the GUI and the back-end.
|
protected |
|
protected |
| makVrf::DtQueuedManager::DtQueuedManager | ( | makVrv::DtDe & | ) |
|
virtual |
|
virtual |
Reimplemented in makVrf::DtVrfSimBackendManager.
|
virtual |
Reimplemented in makVrf::DtGuiThreadVrfRemoteController.
|
protectedvirtual |
Put a function in the sim function queue, for threadsafe calling.
|
protectedvirtual |
Execute a function queue.
|
protected |
|
protected |
|
protected |