24 #include "model/Backend.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>
REST API backend for the image.
~BackendInfoRestApi()
Destructor.
BackendInfoRestApi()
Constructor.
virtual void loop()
Code to execute in the thread.
virtual void init()
Initialize the thread.
virtual void finalize()
Finalize 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.