.. index:: pair: struct; EngineGRPCConfigConst .. _doxid-struct_engine_g_r_p_c_config_const: struct EngineGRPCConfigConst ============================ .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct EngineGRPCConfigConst { // fields static constexpr std::string_view :ref:`EngineServerAddrArg` = "serverurl"; static constexpr std::string_view :ref:`EngineNameArg` = "engine"; static constexpr std::string_view :ref:`ProtobufPluginsPathArg` = "protobuf_plugins_path"; static constexpr std::string_view :ref:`ProtobufPluginsArg` = "protobuf_plugins"; static constexpr std::string_view :ref:`EngineTimeStepName` = "time_step"; static constexpr std::string_view :ref:`EngineTimeName` = "time"; }; .. _details-struct_engine_g_r_p_c_config_const: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; EngineServerAddrArg .. _doxid-struct_engine_g_r_p_c_config_const_1ae427259e07b52ad09a8717747becf39e: .. ref-code-block:: cpp :class: doxyrest-title-code-block static constexpr std::string_view EngineServerAddrArg = "serverurl" Parameter name that is used to pass along the server address. .. index:: pair: variable; EngineNameArg .. _doxid-struct_engine_g_r_p_c_config_const_1a29ce71a5902dec919d685d501da85b18: .. ref-code-block:: cpp :class: doxyrest-title-code-block static constexpr std::string_view EngineNameArg = "engine" Parameter name that is used to pass along the engine name. .. index:: pair: variable; ProtobufPluginsPathArg .. _doxid-struct_engine_g_r_p_c_config_const_1a86df3c70db0d35d7b393941251752edf: .. ref-code-block:: cpp :class: doxyrest-title-code-block static constexpr std::string_view ProtobufPluginsPathArg = "protobuf_plugins_path" Parameter name that is used to pass the protobuf plugins path. .. index:: pair: variable; ProtobufPluginsArg .. _doxid-struct_engine_g_r_p_c_config_const_1a2670a1954857056ee2ceb51f3d005ff0: .. ref-code-block:: cpp :class: doxyrest-title-code-block static constexpr std::string_view ProtobufPluginsArg = "protobuf_plugins" Parameter name that is used to pass the list of protobuf plugins. .. index:: pair: variable; EngineTimeStepName .. _doxid-struct_engine_g_r_p_c_config_const_1ac66fcc7ae3fc951e7611e173c7737d38: .. ref-code-block:: cpp :class: doxyrest-title-code-block static constexpr std::string_view EngineTimeStepName = "time_step" JSON name under which the runLoopStep timeStep is saved. .. index:: pair: variable; EngineTimeName .. _doxid-struct_engine_g_r_p_c_config_const_1a0c0df792fe8316defa5a17afc593268b: .. ref-code-block:: cpp :class: doxyrest-title-code-block static constexpr std::string_view EngineTimeName = "time" JSON name under which the runLoopStep engine time is sent.