X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/796316bf352eff268ab43755b49631a76f79c014..c225312830f146ce85fcd8b48e705fbee707bcb0:/docs/source/Plugins.rst diff --git a/docs/source/Plugins.rst b/docs/source/Plugins.rst index 08c454eb1d..0594693ee8 100644 --- a/docs/source/Plugins.rst +++ b/docs/source/Plugins.rst @@ -69,48 +69,48 @@ kind of objects, please let us now. Partial list of existing signals in s4u: -- :cpp:member:`Actor::on_creation ` - :cpp:member:`Actor::on_suspend ` - :cpp:member:`Actor::on_resume ` - :cpp:member:`Actor::on_sleep ` - :cpp:member:`Actor::on_wake_up ` - :cpp:member:`Actor::on_host_change ` - :cpp:member:`Actor::on_termination ` - :cpp:member:`Actor::on_destruction ` -- :cpp:member:`Comm::on_send ` - :cpp:member:`Comm::on_recv ` - :cpp:member:`Comm::on_completion ` -- :cpp:member:`CommImpl::on_start ` - :cpp:member:`CommImpl::on_completion ` -- :cpp:member:`Disk::on_creation ` - :cpp:member:`Disk::on_destruction ` - :cpp:member:`Disk::on_state_change ` -- :cpp:member:`Engine::on_platform_creation ` - :cpp:member:`Engine::on_platform_created ` - :cpp:member:`Engine::on_time_advance ` - :cpp:member:`Engine::on_simulation_end ` - :cpp:member:`Engine::on_deadlock ` -- :cpp:member:`Exec::on_start ` - :cpp:member:`Exec::on_completion ` -- :cpp:member:`Host::on_creation ` - :cpp:member:`Host::on_destruction ` - :cpp:member:`Host::on_state_change ` - :cpp:member:`Host::on_speed_change ` -- :cpp:member:`Io::on_start ` - :cpp:member:`Io::on_completion ` -- :cpp:member:`Link::on_creation ` - :cpp:member:`Link::on_destruction ` - :cpp:member:`Link::on_state_change ` - :cpp:member:`Link::on_speed_change ` - :cpp:member:`Link::on_communication_state_change ` -- :cpp:member:`NetZone::on_creation ` - :cpp:member:`NetZone::on_seal ` -- :cpp:member:`VirtualMachine::on_start ` - :cpp:member:`VirtualMachine::on_started ` - :cpp:member:`VirtualMachine::on_suspend ` - :cpp:member:`VirtualMachine::on_resume ` - :cpp:member:`VirtualMachine::on_migration_start ` - :cpp:member:`VirtualMachine::on_migration_end ` +- :cpp:func:`Actor::on_creation ` + :cpp:func:`Actor::on_suspend ` + :cpp:func:`Actor::on_resume ` + :cpp:func:`Actor::on_sleep ` + :cpp:func:`Actor::on_wake_up ` + :cpp:func:`Actor::on_host_change ` + :cpp:func:`Actor::on_termination ` + :cpp:func:`Actor::on_destruction ` +- :cpp:func:`Comm::on_send ` + :cpp:func:`Comm::on_recv ` + :cpp:func:`Comm::on_completion ` +- :cpp:func:`CommImpl::on_start ` + :cpp:func:`CommImpl::on_completion ` +- :cpp:func:`Disk::on_creation ` + :cpp:func:`Disk::on_destruction ` + :cpp:func:`Disk::on_state_change ` +- :cpp:func:`Engine::on_platform_creation ` + :cpp:func:`Engine::on_platform_created ` + :cpp:func:`Engine::on_time_advance ` + :cpp:func:`Engine::on_simulation_end ` + :cpp:func:`Engine::on_deadlock ` +- :cpp:func:`Exec::on_start ` + :cpp:func:`Exec::on_completion ` +- :cpp:func:`Host::on_creation ` + :cpp:func:`Host::on_destruction ` + :cpp:func:`Host::on_state_change ` + :cpp:func:`Host::on_speed_change ` +- :cpp:func:`Io::on_start ` + :cpp:func:`Io::on_completion ` +- :cpp:func:`Link::on_creation ` + :cpp:func:`Link::on_destruction ` + :cpp:func:`Link::on_state_change ` + :cpp:func:`Link::on_speed_change ` + :cpp:func:`Link::on_communication_state_change ` +- :cpp:func:`NetZone::on_creation ` + :cpp:func:`NetZone::on_seal ` +- :cpp:func:`VirtualMachine::on_start ` + :cpp:func:`VirtualMachine::on_started ` + :cpp:func:`VirtualMachine::on_suspend ` + :cpp:func:`VirtualMachine::on_resume ` + :cpp:func:`VirtualMachine::on_migration_start ` + :cpp:func:`VirtualMachine::on_migration_end ` Existing Plugins ****************