
Public Member Functions | |
| IOThread () | |
| void | stopThread (boolean sync) |
Protected Attributes | |
| volatile boolean | terminateThread = false |
The thread to perform IO.
| alma::acs::logging::io::IOThread::IOThread | ( | ) | [inline] |
Constructor
| void alma::acs::logging::io::IOThread::stopThread | ( | boolean | sync | ) | [inline] |
Stop the current thread by setting a boolean.
Note: the thread has to periodically check the boolean and terminate
References terminateThread.
Referenced by alma::acs::logging::io::IOLogsHelper::done().
volatile boolean alma::acs::logging::io::IOThread::terminateThread = false [protected] |
The boolean set to true to terminate the thread.
Referenced by stopThread().
1.6.2