OSVR-Core
|
Public Member Functions | |
StartingInterface | |
void | signalStart () |
void | signalAndWaitForStart () |
Set up for run loop to start, then block until we have confirmation that the run loop is running. More... | |
ShutdownInterface | |
void | signalShutdown () |
void | signalAndWaitForShutdown () |
Send a message to the run loop that it should stop, and wait until it does. More... | |
![]() | |
void | reportStarting () |
void | reportRunning () |
Notify the run loop manager that the run loop is now running. | |
bool | shouldContinue () |
void | reportStopped () |
Additional Inherited Members | |
![]() | |
enum | RunningState { STATE_STOPPED, STATE_STARTING, STATE_RUNNING } |
![]() | |
void | setShouldStop_ (bool value) |
internal utility function. More... | |
|
inlinevirtual |
Send a message to the run loop that it should stop, and wait until it does.
Implements util::RunLoopManagerBase.
|
inlinevirtual |
Set up for run loop to start, then block until we have confirmation that the run loop is running.
Implements util::RunLoopManagerBase.