23 #include "clips_thread.h"
virtual void log_info(const char *component, const char *format,...)=0
Log informational message.
Fawkes library namespace.
Thread class encapsulation of pthreads.
virtual void init()
Initialize the thread.
virtual ~CLIPSThread()
Destructor.
Logger * logger
This is the Logger member used to access the logger.
CLIPSThread()
Constructor.
const char * name() const
Get name of thread.
Thread aspect provide a new aspect.
virtual void finalize()
Finalize the thread.
virtual void loop()
Code to execute in the thread.
void set_logger(Logger *logger)
Set the logger to use for logging (print to "l" output).