Fawkes API
Fawkes Development Version
|
23 #ifndef _PLUGINS_EXAMPLE_FINALIZE_NETTLER_THREAD_H_
24 #define _PLUGINS_EXAMPLE_FINALIZE_NETTLER_THREAD_H_
26 #include <aspect/blocked_timing.h>
27 #include <aspect/logging.h>
28 #include <core/threading/thread.h>
const char * name() const
Get name of thread.
virtual void init()
Initialize the thread.
Thread aspect to log output.
virtual void run()
Stub to see name in backtrace for easier debugging.
virtual ~ExampleFinalizeNettlerThread()
Destructor.
virtual void finalize()
Finalize the thread.
Thread class encapsulation of pthreads.
virtual bool prepare_finalize_user()
Prepare finalization user implementation.
ExampleFinalizeNettlerThread(const char *name)
Constructor.
Thread of example plugin.
virtual void loop()
Thread loop.