22 #include "openprs_agent_thread.h" 23 #include <core/plugin.h> 24 #include <config/config.h> 40 bool gdb_delay =
false;
42 std::string mode_s = config->
get_string(
"/openprs-agent/oprs-mode");
46 gdb_delay = config->
get_bool(
"/openprs-agent/gdb-delay");
53 PLUGIN_DESCRIPTION(
"OpenPRS agent executive")
Mode
OPRS kernel operation mode.
Fawkes library namespace.
virtual bool get_bool(const char *path)=0
Get value from configuration which is of type bool.
Base class for exceptions in Fawkes.
OpenPRSAgentPlugin(Configuration *config)
Constructor.
Agent executive using OpenPRS.
Interface for configuration handling.
virtual std::string get_string(const char *path)=0
Get value from configuration which is of type string.