21#include "clips_pddl_parser_thread.h"
23#include "clips_pddl_parser_feature.h"
30ClipsPddlParserThread::ClipsPddlParserThread()
31: Thread(
"ClipsPddlParserThread", Thread::OPMODE_WAITFORWAKEUP),
void init()
Initialize the thread.
Provide a PDDL parser to a CLIPS environment.
void init_logger(fawkes::Logger *logger)
Initialize the looger to use.
std::list< CLIPSFeature * > clips_features_
List of all clips features.
Logger * logger
This is the Logger member used to access the logger.