23 #include "luaagent_plugin.h"
25 #include "continuous_exec_thread.h"
26 #include "periodic_exec_thread.h"
42 bool continuous =
false;
55 PLUGIN_DESCRIPTION(
"Runs an agent written in Lua")
LuaAgent Periodic Execution Thread.
LuaAgent Periodic Execution Thread.
LuaAgentPlugin(fawkes::Configuration *config)
Constructor.
Interface for configuration handling.
virtual bool get_bool(const char *path)=0
Get value from configuration which is of type bool.
Base class for exceptions in Fawkes.
ThreadList thread_list
Thread list member.
Configuration * config
Fawkes configuration.
void push_back(Thread *thread)
Add thread to the end.
Fawkes library namespace.