23 #ifndef _PLUGINS_EXAMPLE_BLACKBOARD_THREAD_H_
24 # define _PLUGINS_EXAMPLE_BLACKBOARD_THRED_H_
26 # include <aspect/blackboard.h>
27 # include <aspect/blocked_timing.h>
28 # include <aspect/logging.h>
29 # include <core/threading/thread.h>
Simple demonstration for a thread using the BlackBoard.
virtual void finalize()
Finalize the thread.
virtual void loop()
Thread loop.
ExampleBlackBoardThread(bool reader)
Constructor.
virtual ~ExampleBlackBoardThread()
Destructor.
virtual void init()
Initialize thread.
Thread aspect to access to BlackBoard.
Thread aspect to use blocked timing.
Thread aspect to log output.
TestInterface Fawkes BlackBoard Interface.
Thread class encapsulation of pthreads.
Fawkes library namespace.