ICP
1
|
#include <icputils.h>
Public Member Functions | |
GenericWorker (Poco::NotificationQueue &queue) | |
virtual void | run () |
virtual void | doWork (T *data)=0 |
Private Member Functions | |
GenericWorker () | |
Private Member Functions inherited from ISIS::Base | |
Base (const std::string &logger_name="UNKNOWN") | |
void | setLoggerName (const std::string &logger_name) |
virtual | ~Base () |
virtual std::string | loggingPrefix () const |
void | setThisLoggerLevel (int level) |
Private Attributes | |
Poco::NotificationQueue & | m_queue |
Private Attributes inherited from ISIS::Base | |
Poco::Logger * | m_logger |
Poco::LogStream * | m_logstr |
Poco::Mutex | m_logger_lock |
Additional Inherited Members | |
Static Private Member Functions inherited from ISIS::Base | |
static void | setAllLoggerLevel (int level) |
Definition at line 585 of file icputils.h.
|
inlineprivate |
Definition at line 588 of file icputils.h.
|
inline |
Definition at line 591 of file icputils.h.
|
pure virtual |
Implemented in NeXusWorker.
Referenced by GenericWorker< NeXusWorkerData >::run().
|
inlinevirtual |
Definition at line 592 of file icputils.h.
|
private |
Definition at line 589 of file icputils.h.
Referenced by GenericWorker< NeXusWorkerData >::run().