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


Public Member Functions | |
| virtual void | onFUNCreated () |
| Resolve inter-FU dependencies. | |
| RRHandlerShortcut (wns::ldk::fun::FUN *, const wns::pyconfig::View &) | |
| virtual | ~RRHandlerShortcut () |
Protected Attributes | |
| struct lte::controlplane::RRHandlerShortcut::Friends | friends |
| wns::ldk::fun::FUN * | fun_ |
| dll::ILayer2 * | layer2_ |
Classes | |
| struct | Friends |
Definition at line 44 of file RRHandlerShortcut.hpp.
| RRHandlerShortcut::RRHandlerShortcut | ( | wns::ldk::fun::FUN * | fun, | |
| const wns::pyconfig::View & | pyco | |||
| ) |
Definition at line 42 of file RRHandlerShortcut.cpp.
| RRHandlerShortcut::~RRHandlerShortcut | ( | ) | [virtual] |
Definition at line 51 of file RRHandlerShortcut.cpp.
| void RRHandlerShortcut::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 wns::ldk::ShortcutFU< ADDRESS, ELEMENT >.
Definition at line 56 of file RRHandlerShortcut.cpp.
struct lte::controlplane::RRHandlerShortcut::Friends lte::controlplane::RRHandlerShortcut::friends [protected] |
Definition at line 62 of file RRHandlerShortcut.hpp.
Definition at line 64 of file RRHandlerShortcut.hpp.
1.5.5