22#include "openprs_agent_thread.h"
24#include <config/config.h>
25#include <core/plugin.h>
41 bool gdb_delay =
false;
44 if (mode_s ==
"XOPRS")
45 mode = OpenPRSAspect::XOPRS;
56PLUGIN_DESCRIPTION(
"OpenPRS agent executive")
Agent executive using OpenPRS.
OpenPRSAgentPlugin(Configuration *config)
Constructor.
Interface for configuration handling.
virtual bool get_bool(const char *path)=0
Get value from configuration which is of type bool.
virtual std::string get_string(const char *path)=0
Get value from configuration which is of type string.
Base class for exceptions in Fawkes.
Mode
OPRS kernel operation mode.
ThreadList thread_list
Thread list member.
Configuration * config
Fawkes configuration.
void push_back(Thread *thread)
Add thread to the end.
Fawkes library namespace.