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>
ConfigTree representation for JSON transfer.
REST API backend for plugins.
ConfigurationRestApi()
Constructor.
~ConfigurationRestApi()
Destructor.
virtual void init()
Initialize the thread.
virtual void finalize()
Finalize the thread.
virtual void loop()
Code to execute in the thread.
Thread aspect to access configuration data.
Thread aspect to log output.
Thread class encapsulation of pthreads.
Thread aspect to provide web pages via Webview.
Webview REST API component.
REST parameters to pass to handlers.