24 #include <aspect/inifins/blackboard.h> 25 #include <aspect/blackboard.h> 26 #include <blackboard/blackboard.h> 27 #include <blackboard/ownership.h> 45 __blackboard = blackboard;
53 if (blackboard_thread == NULL) {
55 "BlackBoardAspect, but RTTI says it " 56 "has not. ", thread->
name());
60 if (blackboard_thread->blackboard_owner_name_) {
62 blackboard_thread->blackboard_owner_name_);
75 if (blackboard_thread == NULL) {
77 "BlackBoardAspect, but RTTI says it " 78 "has not. ", thread->
name());
void init_BlackBoardAspect(BlackBoard *bb)
Init BlackBoard aspect.
Thread aspect to access to BlackBoard.
virtual void finalize(Thread *thread)
Finalize thread.
virtual void init(Thread *thread)
Initialize thread.
Fawkes library namespace.
BlackBoardAspectIniFin(BlackBoard *blackboard)
Constructor.
Thread class encapsulation of pthreads.
Thread cannot be initialized.
BlackBoard that traces interface ownership.
const char * name() const
Get name of thread.
Thread cannot be finalized.
The BlackBoard abstract class.
BlackBoard * blackboard
This is the BlackBoard instance you can use to interact with the BlackBoard.
Aspect initializer/finalizer base class.