![]() |
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/Receptor.hpp>


Public Member Functions | |
| virtual void | wakeup ()=0 |
| virtual | ~Receptor () |
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 54 of file Receptor.hpp.
| virtual wns::ldk::Receptor::~Receptor | ( | ) | [inline, virtual] |
Definition at line 59 of file Receptor.hpp.
| virtual void wns::ldk::Receptor::wakeup | ( | ) | [pure virtual] |
Implemented in wns::ldk::RoundRobinReceptor, and wns::ldk::SingleReceptor.
1.5.5