Go to the documentation of this file.
25 #include <string_view>
27 #include "nrp_nest_json_engine/config/cmake_constants.h"
32 static constexpr
char EngineSchema[] =
"json://nrp-core/engines/engines_nest.json#/engine_nest_json";
37 static constexpr std::string_view
NestPythonPath =
"PYTHONPATH=" NRP_PYNEST_PATH
":$PYTHONPATH";
67 static constexpr std::string_view
ErrorMsg =
"Message";
70 #endif // NEST_CONFIG_H
static constexpr std::string_view InitFileParseDevMap
After the server executes the init file, the parsed devMap will be passed back with this param.
Definition: nest_config.h:62
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: nest_config.h:52
static constexpr std::string_view NestRNGSeedArg
Argument to pass RNG seed argument to Nest.
Definition: nest_config.h:47
static constexpr std::string_view NestPythonPath
Python Path to Nest. Automatically generated via cmake on installation.
Definition: nest_config.h:37
static constexpr std::string_view NestExecutablePath
Path to Nest Server Executable. Automatically generated via cmake on installation.
Definition: nest_config.h:42
static constexpr std::string_view ResetExecStatus
After the server executes the init file, this status flag will either be 1 for success or 0 for fail....
Definition: nest_config.h:57
static constexpr char EngineType[]
Definition: nest_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: nest_config.h:67
static constexpr char EngineSchema[]
Definition: nest_config.h:32
Definition: nest_config.h:29