Fawkes API
Fawkes Development Version
|
22 #include "webview_thread.h"
24 #include <core/exception.h>
25 #include <plugins/webview/webview_plugin.h>
28 # include "backendinfo-rest-api/backendinfo-rest-api.h"
29 # include "blackboard-rest-api/blackboard-rest-api.h"
30 # include "config-rest-api/config-rest-api.h"
31 # include "plugin-rest-api/plugin-rest-api.h"
33 # include "image-rest-api/image-rest-api.h"
36 # include "tf-rest-api/tf-rest-api.h"
53 bool enable_thread_pool =
config->
get_bool(
"/webview/thread-pool/enable");
70 PLUGIN_DESCRIPTION(
"Web interface for Fawkes")
Configuration * config
Fawkes configuration.
ThreadList thread_list
Thread list member.
REST API backend for plugins.
WebviewPlugin(fawkes::Configuration *config)
Constructor.
void push_back(Thread *thread)
Add thread to the end.
virtual bool get_bool(const char *path)=0
Get value from configuration which is of type bool.
REST API backend for the blackboard.
REST API backend for plugins.
Interface for configuration handling.
Fawkes library namespace.
Webview plugin for Fawkes.
REST API backend for the image.
REST API backend for the image.