User Manual, Developers Guide and API Documentation

lte::controlplane::RRHandlerShortcut Class Reference

#include <controlplane/RRHandlerShortcut.hpp>

Inheritance diagram for lte::controlplane::RRHandlerShortcut:

Inheritance graph
[legend]
Collaboration diagram for lte::controlplane::RRHandlerShortcut:

Collaboration graph
[legend]

List of all members.

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::FUNfun_
dll::ILayer2layer2_

Classes

struct  Friends


Detailed Description

Definition at line 44 of file RRHandlerShortcut.hpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

Definition at line 62 of file RRHandlerShortcut.hpp.

Definition at line 64 of file RRHandlerShortcut.hpp.


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

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