![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <LowerConvergence.hpp>


Public Member Functions | |
| virtual void | doOnData (const wns::ldk::CompoundPtr &compound) |
| Implementation for incoming data flow. | |
| virtual void | doSendData (const wns::ldk::CompoundPtr &compound) |
| Implementation for outgoing data flow. | |
| LowerConvergence (wns::ldk::fun::FUN *, const wns::pyconfig::View &pyco) | |
| LowerConvergence used to adapt from FUN to service::dll. | |
| void | onData (const wns::osi::PDUPtr &pdu, wns::service::dll::FlowID dllFlowID) |
| Implementation of the dll::DataHandler. | |
| virtual void | onFUNCreated () |
| Find friends. This is currently the Routing FU. | |
| void | setDLLs (container::DataLinkContainer dlc) |
| ~LowerConvergence () | |
Private Member Functions | |
| virtual bool | doIsAccepting (const wns::ldk::CompoundPtr &compound) const |
| FU outgoing flow control. | |
| virtual void | doWakeup () |
| FU outgoing flow control. | |
Private Attributes | |
| container::DataLinkContainer | dlls |
| wns::ldk::CommandReaderInterface * | ipHeaderReader |
| My friends. Currently dependency on the Routing FU command. | |
| wns::logger::Logger | log |
| My logger. | |
| wns::pyconfig::View | pyco |
| My configuration. | |
Definition at line 53 of file LowerConvergence.hpp.
| LowerConvergence::LowerConvergence | ( | wns::ldk::fun::FUN * | fun, | |
| const wns::pyconfig::View & | pyco | |||
| ) |
Definition at line 43 of file LowerConvergence.cpp.
| LowerConvergence::~LowerConvergence | ( | ) |
Definition at line 56 of file LowerConvergence.cpp.
| bool LowerConvergence::doIsAccepting | ( | const wns::ldk::CompoundPtr & | compound | ) | const [private, virtual] |
Definition at line 125 of file LowerConvergence.cpp.
| void LowerConvergence::doOnData | ( | const wns::ldk::CompoundPtr & | compound | ) | [virtual] |
Definition at line 131 of file LowerConvergence.cpp.
| void LowerConvergence::doSendData | ( | const wns::ldk::CompoundPtr & | compound | ) | [virtual] |
Definition at line 74 of file LowerConvergence.cpp.
| void LowerConvergence::doWakeup | ( | ) | [private, virtual] |
Definition at line 151 of file LowerConvergence.cpp.
| void LowerConvergence::onData | ( | const wns::osi::PDUPtr & | pdu, | |
| wns::service::dll::FlowID | dllFlowID | |||
| ) | [virtual] |
| void LowerConvergence::onFUNCreated | ( | ) | [virtual] |
| void LowerConvergence::setDLLs | ( | container::DataLinkContainer | dlc | ) |
Definition at line 68 of file LowerConvergence.cpp.
Definition at line 128 of file LowerConvergence.hpp.
Definition at line 115 of file LowerConvergence.hpp.
wns::logger::Logger ip::LowerConvergence::log [private] |
Definition at line 126 of file LowerConvergence.hpp.
Definition at line 121 of file LowerConvergence.hpp.
1.5.5