NRP Core  1.4.1
EngineGRPCConfigConst Struct Reference

#include <engine_grpc_config.h>

Static Public Attributes

static constexpr std::string_view EngineServerAddrArg = "serverurl"
 Parameter name that is used to pass along the server address. More...
 
static constexpr std::string_view EngineNameArg = "engine"
 Parameter name that is used to pass along the engine name. More...
 
static constexpr std::string_view ProtobufPluginsPathArg = "protobuf_plugins_path"
 Parameter name that is used to pass the protobuf plugins path. More...
 
static constexpr std::string_view ProtobufPluginsArg = "protobuf_plugins"
 Parameter name that is used to pass the list of protobuf plugins. More...
 
static constexpr std::string_view EngineTimeStepName = "time_step"
 JSON name under which the runLoopStep timeStep is saved. More...
 
static constexpr std::string_view EngineTimeName = "time"
 JSON name under which the runLoopStep engine time is sent. More...
 

Member Data Documentation

◆ EngineNameArg

constexpr std::string_view EngineGRPCConfigConst::EngineNameArg = "engine"
staticconstexpr

Parameter name that is used to pass along the engine name.

◆ EngineServerAddrArg

constexpr std::string_view EngineGRPCConfigConst::EngineServerAddrArg = "serverurl"
staticconstexpr

Parameter name that is used to pass along the server address.

◆ EngineTimeName

constexpr std::string_view EngineGRPCConfigConst::EngineTimeName = "time"
staticconstexpr

JSON name under which the runLoopStep engine time is sent.

◆ EngineTimeStepName

constexpr std::string_view EngineGRPCConfigConst::EngineTimeStepName = "time_step"
staticconstexpr

JSON name under which the runLoopStep timeStep is saved.

◆ ProtobufPluginsArg

constexpr std::string_view EngineGRPCConfigConst::ProtobufPluginsArg = "protobuf_plugins"
staticconstexpr

Parameter name that is used to pass the list of protobuf plugins.

◆ ProtobufPluginsPathArg

constexpr std::string_view EngineGRPCConfigConst::ProtobufPluginsPathArg = "protobuf_plugins_path"
staticconstexpr

Parameter name that is used to pass the protobuf plugins path.


The documentation for this struct was generated from the following file: