User Manual, Developers Guide and API Documentation

wns::ldk::Receptor Class Reference

Receptor scheduling strategy implementation.

Receptor is one of the 5 aspects of a FU (see The 5 aspects of a FunctionalUnit.)
. More...

#include <ldk/Receptor.hpp>

Inheritance diagram for wns::ldk::Receptor:

Inheritance graph
[legend]
Collaboration diagram for wns::ldk::Receptor:

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual void wakeup ()=0
virtual ~Receptor ()


Detailed Description

Receptor is the default implementation for strategies to wake up FUs during compound delivery in the outgoing data flow. A FU does not call the wakeup method of upper FUs directly. Instead it delegates the task to its Receptor strategy. Besides the strategy for FU selection, the Receptor holds the set of FUs the FU is connected to from above for outgoing data flows.

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.


Constructor & Destructor Documentation

virtual wns::ldk::Receptor::~Receptor (  )  [inline, virtual]

Definition at line 59 of file Receptor.hpp.


Member Function Documentation

virtual void wns::ldk::Receptor::wakeup (  )  [pure virtual]


The documentation for this class was generated from the following file:

Generated on Sat May 26 03:32:55 2012 for openWNS by  doxygen 1.5.5