![]() |
User Manual, Developers Guide and API Documentation |
![]() |
Receptor is one of the 5 aspects of a FU (see The 5 aspects of a FunctionalUnit.)
.
More...
#include <ldk/RoundRobinReceptor.hpp>


Public Member Functions | |
| virtual void | wakeup () |
| Invoke the wakeup strategy. | |
In combination with the Connector, Receptor implements the inter-FU flow control. Given a FU A having FU B in its connector set. FU B alwas has FU in its receptor set (see wns::ldk::Connector.)
Definition at line 57 of file RoundRobinReceptor.hpp.
| void RoundRobinReceptor::wakeup | ( | ) | [virtual] |
Thisimplementation wakes all FUs in the receptor set up using a round robin strategy.
Implements wns::ldk::Receptor.
Definition at line 34 of file RoundRobinReceptor.cpp.
1.5.5