|
Motion Master 6.0.0-alpha.50
Next-generation motion control software
|
#include "example/example_routes.h"#include <nlohmann/json.hpp>#include "api/web_api.h"#include "example/example_logic.h"#include "node/device_manager.h"Namespaces | |
| namespace | mm |
| namespace | mm::example |
| Example application namespace — the starting point for a C++ HTTP-endpoint plug-in. | |
Functions | |
| void | mm::example::registerRoutes (uWS::SSLApp &app, const mm::api::RouteContext &ctx) |
Registers the example application's HTTP routes (/api/example/...) on app. | |