Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
introduce Comm::on_start and Comm::on_completion
authorSUTER Frederic <frederic.suter@cc.in2p3.fr>
Wed, 20 Oct 2021 09:59:41 +0000 (11:59 +0200)
committerSUTER Frederic <frederic.suter@cc.in2p3.fr>
Wed, 20 Oct 2021 09:59:41 +0000 (11:59 +0200)
commitfa07ae68a2fa2f0a3e55001bb572ff9a353e48f2
treece2da57aa29498ce06faf661844bbea676aea0a0
parent3aca477d9c7b2f0b01d437d27cff234d71d9f0ea
introduce Comm::on_start and Comm::on_completion
+ Consistency with other activities
+ Potential replacement to the unnatural Link::on_communicate
+ Use these signals in the link plugins (energy and load)
+ update doc
docs/source/Plugins.rst
src/kernel/activity/CommImpl.cpp
src/kernel/activity/CommImpl.hpp
src/plugins/link_energy.cpp
src/plugins/link_energy_wifi.cpp
src/plugins/link_load.cpp