21 #include "robot_memory_inifin.h"
32 RobotMemoryIniFin::RobotMemoryIniFin() : AspectIniFin(
"RobotMemoryAspect")
40 RobotMemoryIniFin::init(
Thread *thread)
44 if (robot_memory_thread == NULL) {
46 "RobotMemoryAspect, but RTTI says it "
54 robot_memory_thread->init_RobotMemoryAspect(robot_memory_);
61 RobotMemoryIniFin::finalize(
Thread *thread)
65 if (robot_memory_thread == NULL) {
67 "RobotMemoryAspect, but RTTI says it "
71 robot_memory_thread->finalize_RobotMemoryAspect();
79 RobotMemoryIniFin::set_robot_memory(
RobotMemory *robot_memory)
81 robot_memory_ = robot_memory;
Access to the robot memory based on mongodb.
Thread cannot be initialized.
Thread aspect to get access to a the RobotMemory.
Thread class encapsulation of pthreads.
const char * name() const
Get name of thread.
Fawkes library namespace.