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")
REST API backend for the image.
REST API backend for the blackboard.
REST API backend for plugins.
REST API backend for the image.
REST API backend for plugins.
Webview plugin for Fawkes.
WebviewPlugin(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.
ThreadList thread_list
Thread list member.
Configuration * config
Fawkes configuration.
void push_back(Thread *thread)
Add thread to the end.
Fawkes library namespace.