Fawkes API
Fawkes Development Version
|
22 #ifndef __PLUGINS_CEDAR_CEDAR_THREAD_H_
23 #define __PLUGINS_CEDAR_CEDAR_THREAD_H_
25 #include <aspect/blackboard.h>
26 #include <aspect/blocked_timing.h>
27 #include <aspect/clock.h>
28 #include <aspect/configurable.h>
29 #include <aspect/logging.h>
30 #include <core/threading/thread.h>
31 #include <plugins/clips/aspect/clips.h>
32 #include <utils/time/time.h>
65 void clips_get_plugin_info();
virtual void init()
Initialize the thread.
CedarThread(CedarPluginDirectorThread *pdt)
Constructor.
virtual void loop()
Code to execute in the thread.
Main thread of CEDAR error analysis plugin.
Thread aspect to use blocked timing.
virtual void finalize()
Finalize the thread.
Thread aspect to access to BlackBoard.
Thread aspect to log output.
virtual ~CedarThread()
Destructor.
Thread aspect to get access to a CLIPS environment.
Thread class encapsulation of pthreads.
Thread aspect to access configuration data.
Thread aspect that allows to obtain the current time from the clock.
Plugin manager access for CEDAR.
virtual void run()
Stub to see name in backtrace for easier debugging.