X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8746d00bf12a24dc3ac953e9646c4f1b92b39a45..cd5185ae774cc99650b6cae2dca17b6062accea3:/docs/source/Plugins.rst diff --git a/docs/source/Plugins.rst b/docs/source/Plugins.rst index bee80bc53a..aeac133ece 100644 --- a/docs/source/Plugins.rst +++ b/docs/source/Plugins.rst @@ -134,24 +134,36 @@ Partial list of existing signals in s4u: - :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:`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:`CommImpl::on_start ` - :cpp:func:`CommImpl::on_completion ` + :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_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_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 **************** @@ -207,11 +219,18 @@ Battery .. doxygengroup:: plugin_battery -.. _plugin_operation: +.. _plugin_task: + +Task +=========== + +.. doxygengroup:: plugin_task + +.. _plugin_photovoltaic: -Operation +Photovoltaic =========== -.. doxygengroup:: plugin_operation +.. doxygengroup:: plugin_photovoltaic .. LocalWords: SimGrid