X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4bd2aa27035caf79e3f72a2bbcdd55d6ae81cff7..eb0c02dd955faf07077c381f0aaf262081d61c77:/docs/source/Plugins.rst diff --git a/docs/source/Plugins.rst b/docs/source/Plugins.rst index 27247b22d8..003b81f185 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 ` @@ -118,23 +123,52 @@ Partial list of existing signals in s4u: - :cpp:func:`NetZone::on_creation ` :cpp:func:`NetZone::on_seal ` - :cpp:func:`VirtualMachine::on_start ` + :cpp:func:`VirtualMachine::on_this_start ` :cpp:func:`VirtualMachine::on_started ` + :cpp:func:`VirtualMachine::on_this_started ` :cpp:func:`VirtualMachine::on_suspend ` + :cpp:func:`VirtualMachine::on_this_suspend ` :cpp:func:`VirtualMachine::on_resume ` + :cpp:func:`VirtualMachine::on_this_resume ` :cpp:func:`VirtualMachine::on_migration_start ` + :cpp:func:`VirtualMachine::on_this_migration_start ` :cpp:func:`VirtualMachine::on_migration_end ` + :cpp:func:`VirtualMachine::on_this_migration_end ` - In activities: - :cpp:func:`Comm::on_send ` :cpp:func:`Comm::on_recv ` + - :cpp:func:`Comm::on_start ` + :cpp:func:`Comm::on_this_start ` :cpp:func:`Comm::on_completion ` - - :cpp:func:`CommImpl::on_start ` - :cpp:func:`CommImpl::on_completion ` + :cpp:func:`Comm::on_this_completion ` + :cpp:func:`Comm::on_suspend ` + :cpp:func:`Comm::on_this_suspend ` + :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 ` + :cpp:func:`Exec::on_this_completion ` + :cpp:func:`Exec::on_suspend ` + :cpp:func:`Exec::on_this_suspend ` + :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 ` + :cpp:func:`Io::on_this_completion ` + :cpp:func:`Io::on_suspend ` + :cpp:func:`Io::on_this_suspend ` + :cpp:func:`Io::on_resume ` + :cpp:func:`Io::on_this_resume ` + :cpp:func:`Io::on_veto ` + :cpp:func:`Io::on_this_veto ` Existing Plugins **************** @@ -190,11 +224,11 @@ Battery .. doxygengroup:: plugin_battery -.. _plugin_operation: +.. _plugin_solar_panel: -Operation +Solar Panel =========== -.. doxygengroup:: plugin_operation +.. doxygengroup:: plugin_solar_panel .. LocalWords: SimGrid