X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/50315369ab3f6921a3c6c6a266cf1d25b9c56b4d..ad5ab7da0b2e70ecf5db2d074c0aab48dd90e7f5:/docs/source/Plugins.rst diff --git a/docs/source/Plugins.rst b/docs/source/Plugins.rst index aeac133ece..659e67c1ce 100644 --- a/docs/source/Plugins.rst +++ b/docs/source/Plugins.rst @@ -23,6 +23,8 @@ documents some of the plugins distributed with SimGrid: - :ref:`Host Energy `: models the energy dissipation of the compute units. - :ref:`Link Energy `: models the energy dissipation of the network. - :ref:`WiFi Energy `: models the energy dissipation of wifi links. + - :ref:`Battery `: models batteries that get discharged by the energy consumption of a given host. + - :ref:`Solar Panel `: models solar panels which energy production depends on the solar irradiance. You can activate these plugins with the :ref:`--cfg=plugin ` command line option, for example with ``--cfg=plugin:host_energy``. You can get the full @@ -67,7 +69,10 @@ kind of objects, please let us now. Fire that signal, invoking all callbacks. -Partial list of existing signals in s4u: +.. _s4u_API_signals: + +Existing signals +================ - In actors: :cpp:func:`Actor::on_creation ` @@ -215,22 +220,22 @@ File System .. _plugin_battery: Battery -=========== +======= .. doxygengroup:: plugin_battery -.. _plugin_task: +.. _plugin_solar_panel: -Task +Solar Panel =========== -.. doxygengroup:: plugin_task +.. doxygengroup:: plugin_solar_panel -.. _plugin_photovoltaic: +Chiller +======= -Photovoltaic -=========== +.. doxygengroup:: plugin_chiller -.. doxygengroup:: plugin_photovoltaic + .. doxygentypedef:: ChillerPtr .. LocalWords: SimGrid