Go to the documentation of this file.
22 #ifndef ENGINE_GRPC_CONFIG_H
23 #define ENGINE_GRPC_CONFIG_H
25 #include <string_view>
61 #endif // ENGINE_GRPC_CONFIG_H
Definition: engine_grpc_config.h:27
static constexpr std::string_view ProtobufPluginsArg
Parameter name that is used to pass the list of protobuf plugins.
Definition: engine_grpc_config.h:47
static constexpr std::string_view EngineNameArg
Parameter name that is used to pass along the engine name.
Definition: engine_grpc_config.h:37
static constexpr std::string_view EngineServerAddrArg
Parameter name that is used to pass along the server address.
Definition: engine_grpc_config.h:32
static constexpr std::string_view ProtobufPluginsPathArg
Parameter name that is used to pass the protobuf plugins path.
Definition: engine_grpc_config.h:42
static constexpr std::string_view EngineTimeStepName
JSON name under which the runLoopStep timeStep is saved.
Definition: engine_grpc_config.h:52
static constexpr std::string_view EngineTimeName
JSON name under which the runLoopStep engine time is sent.
Definition: engine_grpc_config.h:57