24 #include "model/ConfigTree.h" 26 #include <aspect/configurable.h> 27 #include <aspect/logging.h> 28 #include <aspect/webview.h> 29 #include <core/threading/thread.h> 30 #include <webview/rest_api.h> 31 #include <webview/rest_array.h> virtual void init()
Initialize the thread.
Webview REST API component.
Thread class encapsulation of pthreads.
ConfigTree representation for JSON transfer.
REST parameters to pass to handlers.
Thread aspect to log output.
virtual void finalize()
Finalize the thread.
Thread aspect to access configuration data.
ConfigurationRestApi()
Constructor.
REST API backend for plugins.
Thread aspect to provide web pages via Webview.
virtual void loop()
Code to execute in the thread.
~ConfigurationRestApi()
Destructor.