Go to the documentation of this file.
22 #ifndef ENGINE_JSON_CONFIG_H
23 #define ENGINE_JSON_CONFIG_H
25 #include <string_view>
95 #endif // ENGINE_JSON_CONFIG_H
static constexpr std::string_view EngineServerContentType
Content Type passed between server and client.
Definition: engine_json_config.h:92
static constexpr std::string_view EngineTimeName
JSON name under which the runLoopStep engine time is sent.
Definition: engine_json_config.h:87
static constexpr std::string_view EngineServerResetRoute
REST Server Route for engine reset.
Definition: engine_json_config.h:72
static constexpr std::string_view EngineServerInitializeRoute
REST Server Route for engine initialization.
Definition: engine_json_config.h:67
static constexpr std::string_view EngineServerSetDataPacksRoute
REST Server Route to which to send datapack changes.
Definition: engine_json_config.h:57
static constexpr std::string_view EngineRegistrationServerAddrArg
Parameter name that is used to pass along the server address.
Definition: engine_json_config.h:42
static constexpr std::string_view EngineTimeStepName
JSON name under which the runLoopStep timeStep is saved.
Definition: engine_json_config.h:82
Definition: engine_json_config.h:27
static constexpr std::string_view EngineServerAddrArg
Parameter name that is used to pass along the server address.
Definition: engine_json_config.h:37
static constexpr std::string_view EngineServerRunLoopStepRoute
REST Server Route to execute a single loop.
Definition: engine_json_config.h:62
static constexpr std::string_view EngineServerShutdownRoute
REST Server Route for engine shutdown.
Definition: engine_json_config.h:77
static constexpr std::string_view EngineServerGetDataPacksRoute
REST Server Route from which to get datapack information.
Definition: engine_json_config.h:52
static constexpr std::string_view EngineNameArg
Parameter name that is used to pass along the engine name.
Definition: engine_json_config.h:47
static constexpr short MaxAddrBindTries
Maximum amount of tries for EngineJSONserver to bind to different ports.
Definition: engine_json_config.h:32