.. index:: pair: struct; GazeboGrpcConfigConst .. _doxid-struct_gazebo_grpc_config_const: struct GazeboGrpcConfigConst ============================ .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct GazeboGrpcConfigConst { // fields static constexpr char :target:`EngineType`[] = "gazebo_grpc"; static constexpr char :target:`EngineSchema`[] = "json://nrp-core/engines/:ref:`engines_gazebo.json`#/engine_gazebo_grpc"; static constexpr std::string_view :ref:`GazeboPluginArg` = "-s"; static constexpr std::string_view :ref:`GazeboRNGSeedArg` = "--seed"; }; .. _details-struct_gazebo_grpc_config_const: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; GazeboPluginArg .. _doxid-struct_gazebo_grpc_config_const_1a257775fe90de010e1782ec047e8ca229: .. ref-code-block:: cpp :class: doxyrest-title-code-block static constexpr std::string_view GazeboPluginArg = "-s" Gazebo Start Parameters Argument for plugins. .. index:: pair: variable; GazeboRNGSeedArg .. _doxid-struct_gazebo_grpc_config_const_1a66e9a2c8f65b74856cd536320d87eb6e: .. ref-code-block:: cpp :class: doxyrest-title-code-block static constexpr std::string_view GazeboRNGSeedArg = "--seed" Gazebo Start Parameters Argument for random seed value.