User Manual, Developers Guide and API Documentation

lte::rlc::ENBRLC Class Reference

#include <rlc/eNB.hpp>

Inheritance diagram for lte::rlc::ENBRLC:

Inheritance graph
[legend]
Collaboration diagram for lte::rlc::ENBRLC:

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual wns::ldk::CommandPoolcreateReply (const wns::ldk::CommandPool *original) const
 Default createReply implementation.
 ENBRLC (wns::ldk::fun::FUN *fun, const wns::pyconfig::View &config)
virtual void onFUNCreated ()
 Resolve inter-FU dependencies.
virtual void processIncoming (const wns::ldk::CompoundPtr &compound)
 Process compounds on uplink.
virtual void processOutgoing (const wns::ldk::CompoundPtr &compound)
 Process compounds on downlink.
 ~ENBRLC ()

Private Attributes

struct {
   lte::controlplane::flowmanagement::IFlowSwitching *   flowswitching
friends
wns::logger::Logger logger
wns::ldk::CommandReaderInterfaceupperConvergenceReader


Detailed Description

Definition at line 43 of file eNB.hpp.


Constructor & Destructor Documentation

ENBRLC::ENBRLC ( wns::ldk::fun::FUN fun,
const wns::pyconfig::View config 
)

Definition at line 43 of file eNB.cpp.

ENBRLC::~ENBRLC (  ) 

Definition at line 53 of file eNB.cpp.


Member Function Documentation

wns::ldk::CommandPool * ENBRLC::createReply ( const wns::ldk::CommandPool original  )  const [virtual]

The default behaviour is to delegate creation of replies to upper functional units.

Reimplemented from wns::ldk::CommandTypeSpecifier< T >.

Definition at line 98 of file eNB.cpp.

void ENBRLC::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::FunctionalUnit.

Definition at line 58 of file eNB.cpp.

void ENBRLC::processIncoming ( const wns::ldk::CompoundPtr compound  )  [virtual]

Override this method to handle incoming compounds.

Implements wns::ldk::ProcessorInterface.

Definition at line 70 of file eNB.cpp.

void ENBRLC::processOutgoing ( const wns::ldk::CompoundPtr  )  [virtual]

Override this method to handle outgoing compounds.

Implements wns::ldk::ProcessorInterface.

Definition at line 78 of file eNB.cpp.


Member Data Documentation

Definition at line 69 of file eNB.hpp.

struct { ... } lte::rlc::ENBRLC::friends [private]

Definition at line 73 of file eNB.hpp.

Definition at line 72 of file eNB.hpp.


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

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