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


Public Member Functions | |
| virtual wns::ldk::CommandPool * | createReply (const wns::ldk::CommandPool *original) const |
| Default createReply implementation. | |
| wns::service::dll::UnicastAddress | getDestination () |
| 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. | |
| void | setDestination (wns::service::dll::UnicastAddress dst) |
| UERLC (wns::ldk::fun::FUN *fun, const wns::pyconfig::View &config) | |
| ~UERLC () | |
Private Attributes | |
| wns::service::dll::UnicastAddress | destination |
| struct { | |
| lte::controlplane::flowmanagement::IFlowSwitching * flowswitching | |
| } | friends |
| wns::logger::Logger | logger |
| wns::ldk::CommandReaderInterface * | upperConvergenceReader |
Definition at line 46 of file UE.hpp.
| UERLC::UERLC | ( | wns::ldk::fun::FUN * | fun, | |
| const wns::pyconfig::View & | config | |||
| ) |
| CommandPool * UERLC::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 >.
| wns::service::dll::UnicastAddress UERLC::getDestination | ( | ) |
| void UERLC::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.
| void UERLC::processIncoming | ( | const wns::ldk::CompoundPtr & | compound | ) | [virtual] |
Override this method to handle incoming compounds.
Implements wns::ldk::ProcessorInterface.
| void UERLC::processOutgoing | ( | const wns::ldk::CompoundPtr & | ) | [virtual] |
Override this method to handle outgoing compounds.
Implements wns::ldk::ProcessorInterface.
| void UERLC::setDestination | ( | wns::service::dll::UnicastAddress | dst | ) |
struct { ... } lte::rlc::UERLC::friends [private] |
wns::logger::Logger lte::rlc::UERLC::logger [private] |
1.5.5