Go to the documentation of this file.
22 #ifndef PYTHON_CONFIG_H
23 #define PYTHON_CONFIG_H
25 #include <string_view>
32 static constexpr
char EngineSchema[] =
"json://nrp-core/engines/engine_python.json#/python_json";
47 static constexpr std::string_view
ErrorMsg =
"Message";
65 #endif // PYTHON_CONFIG_H
static constexpr char EngineType[]
Definition: python_config.h:31
static constexpr std::string_view ErrorMsg
If the init file could not be parsed, the python error message will be stored under this JSON propert...
Definition: python_config.h:47
static constexpr std::string_view ResetExecStatus
After the server resets, this status flag will either be 1 for success or 0 for fail....
Definition: python_config.h:42
static constexpr std::string_view SimulationTimeRatio
Ratio used by SimulationTime.
Definition: python_config.h:62
static constexpr std::string_view ExtraServerOptionsArg
Parameter name that is used to pass along the server address.
Definition: python_config.h:52
Definition: python_config.h:29
static constexpr char EngineSchema[]
Definition: python_config.h:32
static constexpr std::string_view InitFileExecStatus
After the server executes the init file, this status flag will either be 1 for success or 0 for fail....
Definition: python_config.h:37