![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <controlplane/flowmanagement/flowhandler/FlowHandlerBS.hpp>


Definition at line 47 of file FlowHandlerBS.hpp.
| FlowHandlerBS::FlowHandlerBS | ( | wns::ldk::fun::FUN * | fun, | |
| const wns::pyconfig::View & | config | |||
| ) |
Definition at line 47 of file FlowHandlerBS.cpp.
| virtual lte::controlplane::flowmanagement::flowhandler::FlowHandlerBS::~FlowHandlerBS | ( | ) | [inline, virtual] |
Definition at line 53 of file FlowHandlerBS.hpp.
| void FlowHandlerBS::createFlow_conf | ( | lte::helper::TransactionID | _transactionId, | |
| wns::service::dll::UnicastAddress | _destination, | |||
| wns::service::dll::FlowID | _flowID, | |||
| wns::service::dll::UnicastAddress | _utAddress | |||
| ) | [private] |
Definition at line 83 of file FlowHandlerBS.cpp.
| void FlowHandlerBS::createFlowReleaseAck | ( | wns::service::dll::FlowID | _flowID | ) | [private] |
Definition at line 170 of file FlowHandlerBS.cpp.
| virtual bool lte::controlplane::flowmanagement::flowhandler::FlowHandlerBS::doIsAccepting | ( | const wns::ldk::CompoundPtr & | ) | const [inline, virtual] |
Reimplemented from lte::controlplane::flowmanagement::flowhandler::FlowHandler.
Definition at line 59 of file FlowHandlerBS.hpp.
| void FlowHandlerBS::doOnData | ( | const wns::ldk::CompoundPtr & | compound | ) | [virtual] |
Definition at line 130 of file FlowHandlerBS.cpp.
| void FlowHandlerBS::flowConfirm | ( | lte::helper::TransactionID | _transactionId, | |
| wns::service::dll::FlowID | _flowID, | |||
| wns::service::dll::UnicastAddress | _utAddress | |||
| ) |
Definition at line 74 of file FlowHandlerBS.cpp.
| void FlowHandlerBS::onFUNCreated | ( | ) | [virtual] |
Often FunctionalUnits require the collaboration with other FunctionalUnits to accomplish their task. For the collaboration between FunctionalUnits we coined the term "friendship".
The onFUNCreated method is a hook being called after the complete FUN has been set up. FunctionalUnits requiring the collaboration with other FunctionalUnits should resolve these dependencies by implementing this hook accordingly.
Finding friends is usually done calling wns::ldk::fun::FUN::findFriend.
When building reconfigurable FUNs, this method may get called multiple times (e.g., after each FUN reconfiguration). Keep that in mind when allocating resources in your onFUNCreated implementation.
Reimplemented from lte::controlplane::flowmanagement::flowhandler::FlowHandler.
Definition at line 55 of file FlowHandlerBS.cpp.
Definition at line 83 of file FlowHandlerBS.hpp.
wns::container::Registry<wns::service::dll::FlowID, wns::service::dll::UnicastAddress> lte::controlplane::flowmanagement::flowhandler::FlowHandlerBS::FlowIDInToDestIn [private] |
Definition at line 86 of file FlowHandlerBS.hpp.
lte::controlplane::flowmanagement::FlowManagerBS* lte::controlplane::flowmanagement::flowhandler::FlowHandlerBS::flowManagerBS [private] |
Definition at line 84 of file FlowHandlerBS.hpp.
Reimplemented from lte::controlplane::flowmanagement::flowhandler::FlowHandler.
Definition at line 82 of file FlowHandlerBS.hpp.
wns::container::Registry<lte::helper::TransactionID, wns::service::dll::UnicastAddress> lte::controlplane::flowmanagement::flowhandler::FlowHandlerBS::TransactionIDToDestination [private] |
Definition at line 85 of file FlowHandlerBS.hpp.
1.5.5