X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/206d815a5fa8cea6ab00e40b1736d2a4bf2c50b7..6ae42d54959fc08bb83d5db2cd1aca93dfebc66f:/docs/source/Plugins.rst diff --git a/docs/source/Plugins.rst b/docs/source/Plugins.rst index b4e5b84cec..87ba3a8220 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:`Photovoltaic `: models photovoltaic 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 ` @@ -143,6 +148,7 @@ Partial list of existing signals in s4u: :cpp:func:`Comm::on_resume ` :cpp:func:`Comm::on_this_resume ` :cpp:func:`Comm::on_veto ` + :cpp:func:`Comm::on_this_veto ` - :cpp:func:`Exec::on_start ` :cpp:func:`Exec::on_this_start ` :cpp:func:`Exec::on_completion ` @@ -152,6 +158,7 @@ Partial list of existing signals in s4u: :cpp:func:`Exec::on_resume ` :cpp:func:`Exec::on_this_resume ` :cpp:func:`Exec::on_veto ` + :cpp:func:`Exec::on_this_veto ` - :cpp:func:`Io::on_start ` :cpp:func:`Io::on_this_start ` :cpp:func:`Io::on_completion ` @@ -161,6 +168,7 @@ Partial list of existing signals in s4u: :cpp:func:`Io::on_resume ` :cpp:func:`Io::on_this_resume ` :cpp:func:`Io::on_veto ` + :cpp:func:`Io::on_this_veto ` Existing Plugins **************** @@ -216,13 +224,6 @@ Battery .. doxygengroup:: plugin_battery -.. _plugin_operation: - -Operation -=========== - -.. doxygengroup:: plugin_operation - .. _plugin_photovoltaic: Photovoltaic @@ -230,4 +231,9 @@ Photovoltaic .. doxygengroup:: plugin_photovoltaic +Chiller +=========== + +.. doxygengroup:: plugin_chiller + .. LocalWords: SimGrid