|
Jafar
|
This object creates a thread that log objects. More...
This object creates a thread that log objects.
Definition at line 38 of file dataLog.hpp.
#include <dataLog.hpp>
Public Member Functions | |
| LoggerTask (int niceness=0) | |
| void | push (Loggable *loggable) |
| void | stop (bool wait=true) |
| void | join () |
Private Member Functions | |
| void | task () |
Private Attributes | |
| kernel::VariableCondition< size_t > | cond |
| std::list< Loggable * > | queue |
| bool | stopping |
| boost::thread * | task_thread |
| int | niceness |
| Generated on Wed Oct 15 2014 00:37:40 for Jafar by doxygen 1.7.6.1 |
|