struct EngineGRPCConfigConst¶
Overview¶
#include <engine_grpc_config.h> struct EngineGRPCConfigConst { // fields static constexpr std::string_view EngineServerAddrArg = "serverurl"; static constexpr std::string_view EngineNameArg = "engine"; static constexpr std::string_view ProtobufPluginsPathArg = "protobuf_plugins_path"; static constexpr std::string_view ProtobufPluginsArg = "protobuf_plugins"; static constexpr std::string_view EngineTimeStepName = "time_step"; static constexpr std::string_view EngineTimeName = "time"; };
Detailed Documentation¶
Fields¶
static constexpr std::string_view EngineServerAddrArg = "serverurl"
Parameter name that is used to pass along the server address.
static constexpr std::string_view EngineNameArg = "engine"
Parameter name that is used to pass along the engine name.
static constexpr std::string_view ProtobufPluginsPathArg = "protobuf_plugins_path"
Parameter name that is used to pass the protobuf plugins path.
static constexpr std::string_view ProtobufPluginsArg = "protobuf_plugins"
Parameter name that is used to pass the list of protobuf plugins.
static constexpr std::string_view EngineTimeStepName = "time_step"
JSON name under which the runLoopStep timeStep is saved.
static constexpr std::string_view EngineTimeName = "time"
JSON name under which the runLoopStep engine time is sent.