#include <engine_json_config.h>
Static Public Attributes | |
static constexpr short | MaxAddrBindTries = 1024 |
Maximum amount of tries for EngineJSONserver to bind to different ports. More... | |
static constexpr std::string_view | EngineServerAddrArg = "serverurl" |
Parameter name that is used to pass along the server address. More... | |
static constexpr std::string_view | EngineRegistrationServerAddrArg = "regservurl" |
Parameter name that is used to pass along the server address. More... | |
static constexpr std::string_view | EngineNameArg = "engine" |
Parameter name that is used to pass along the engine name. More... | |
static constexpr std::string_view | EngineServerGetDataPacksRoute = "/get_datapacks" |
REST Server Route from which to get datapack information. More... | |
static constexpr std::string_view | EngineServerSetDataPacksRoute = "/set_datapacks" |
REST Server Route to which to send datapack changes. More... | |
static constexpr std::string_view | EngineServerRunLoopStepRoute = "/run_loop" |
REST Server Route to execute a single loop. More... | |
static constexpr std::string_view | EngineServerInitializeRoute = "/initialize" |
REST Server Route for engine initialization. More... | |
static constexpr std::string_view | EngineServerResetRoute = "/reset" |
REST Server Route for engine reset. More... | |
static constexpr std::string_view | EngineServerShutdownRoute = "/shutdown" |
REST Server Route for engine shutdown. More... | |
static constexpr std::string_view | EngineTimeStepName = "time_step" |
JSON name under which the runLoopStep timeStep is saved. More... | |
static constexpr std::string_view | EngineTimeName = "time" |
JSON name under which the runLoopStep engine time is sent. More... | |
static constexpr std::string_view | EngineServerContentType = "application/json" |
Content Type passed between server and client. More... | |
|
staticconstexpr |
Parameter name that is used to pass along the engine name.
|
staticconstexpr |
Parameter name that is used to pass along the server address.
|
staticconstexpr |
Parameter name that is used to pass along the server address.
|
staticconstexpr |
Content Type passed between server and client.
|
staticconstexpr |
REST Server Route from which to get datapack information.
|
staticconstexpr |
REST Server Route for engine initialization.
|
staticconstexpr |
REST Server Route for engine reset.
|
staticconstexpr |
REST Server Route to execute a single loop.
|
staticconstexpr |
REST Server Route to which to send datapack changes.
|
staticconstexpr |
REST Server Route for engine shutdown.
|
staticconstexpr |
JSON name under which the runLoopStep engine time is sent.
|
staticconstexpr |
JSON name under which the runLoopStep timeStep is saved.
|
staticconstexpr |
Maximum amount of tries for EngineJSONserver to bind to different ports.