.. index:: pair: struct; GazeboJSONConfigConst .. _doxid-struct_gazebo_j_s_o_n_config_const: struct GazeboJSONConfigConst ============================ .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct GazeboJSONConfigConst { // fields static constexpr char :target:`EngineType`[] = "gazebo_json"; static constexpr char :target:`EngineSchema`[] = "json://nrp-core/engines/:ref:`engines_gazebo.json`#/engine_gazebo_json"; static constexpr std::string_view :ref:`GazeboPluginArg` = "-s"; static constexpr std::string_view :ref:`GazeboRNGSeedArg` = "--seed"; }; .. _details-struct_gazebo_j_s_o_n_config_const: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; GazeboPluginArg .. _doxid-struct_gazebo_j_s_o_n_config_const_1abdcff1882e2db6aef6b11ad3424c6de0: .. 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_j_s_o_n_config_const_1a84e800c1318b4de50c2e4a18b67ec89a: .. ref-code-block:: cpp :class: doxyrest-title-code-block static constexpr std::string_view GazeboRNGSeedArg = "--seed" Gazebo Start Parameters Argument for random seed value.