1#ifndef CAPIO_CL_WEBAPI_H
2#define CAPIO_CL_WEBAPI_H
7#include "configuration.h"
13 std::thread _webApiThread;
19 std::atomic<bool> _terminate =
false;
Class that exposes a REST Web Server to interact with the current configuration.
Definition api.h:10
~CapioClApiServer()
Default Destructor.
Definition api.cpp:130
CapioClApiServer(engine::Engine *engine, configuration::CapioClConfiguration &config)
default constructor.
Definition api.cpp:104
Load configuration and store it from a CAPIO-CL TOML configuration file.
Definition configuration.h:39
Engine for managing CAPIO-CL configuration entries. The CapioCLEngine class stores and manages config...
Definition engine.h:83
Namespace containing the CAPIO-CL Engine.
Definition engine.h:13