.. index:: pair: struct; PythonGrpcConfigConst .. _doxid-struct_python_grpc_config_const: struct PythonGrpcConfigConst ============================ .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct PythonGrpcConfigConst { // fields static constexpr char :target:`EngineType`[] = "python_grpc"; static constexpr char :target:`EngineSchema`[] = "https://neurorobotics.net/engines/:ref:`engine_python.json`#/python_grpc"; static constexpr std::string_view :ref:`SimulationTimeRatio` = "TimeRatio"; }; .. _details-struct_python_grpc_config_const: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; SimulationTimeRatio .. _doxid-struct_python_grpc_config_const_1a2c79527ca1a2926f04896b5840a368b7: .. ref-code-block:: cpp :class: doxyrest-title-code-block static constexpr std::string_view SimulationTimeRatio = "TimeRatio" Ratio used by SimulationTime. The ratio should be passed to the server on initialization. In that way we can communicate to the server what time units are used in the simulation. This will impact the time step passed with runLoop command, as well as the simulation time returned.