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();
CedarThread(CedarPluginDirectorThread *pdt)
Constructor.
virtual void loop()
Code to execute in the thread.
Thread aspect to access to BlackBoard.
Thread aspect that allows to obtain the current time from the clock.
virtual void init()
Initialize the thread.
Thread class encapsulation of pthreads.
Main thread of CEDAR error analysis plugin.
virtual void finalize()
Finalize the thread.
Thread aspect to use blocked timing.
Plugin manager access for CEDAR.
Thread aspect to log output.
Thread aspect to access configuration data.
virtual ~CedarThread()
Destructor.
virtual void run()
Stub to see name in backtrace for easier debugging.
Thread aspect to get access to a CLIPS environment.