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


Public Member Functions | |
| void | createRRCompound () |
| Trigger method to generate an RR Compound. | |
| virtual void | doOnData (const wns::ldk::CompoundPtr &) |
| bool | hasResourcesGranted () const |
| virtual void | onFUNCreated () |
| Resolve Intra-FUN dependencies after the component was created. | |
| virtual void | resourcesGranted (bool state) |
| call this to inform RRHandler whether resources have been granted or not. | |
| RRHandlerUT (wns::ldk::fun::FUN *fun, const wns::pyconfig::View &config) | |
| virtual | ~RRHandlerUT () |
Private Attributes | |
| wns::scheduler::QueueStatusContainer | allRelayedRequestedResources |
| Only used by RNs to forward the resource request of their own RUTs. | |
| wns::service::dll::FlowID | pcchFlowID |
| Only used by RNs. They get the PCCH FlowID MAGIC. | |
| bool | resourceGrantState |
| stores whether the last UL map received contained granted resources for this station, | |
| lte::timing::ResourceSchedulerUT * | rstx |
| pointer to the resource scheduler to ask about the number of waiting PDUs | |
Definition at line 397 of file RRHandler.hpp.
| lte::controlplane::RRHandlerUT::RRHandlerUT | ( | wns::ldk::fun::FUN * | fun, | |
| const wns::pyconfig::View & | config | |||
| ) | [inline] |
Definition at line 418 of file RRHandler.hpp.
| RRHandlerUT::~RRHandlerUT | ( | ) | [virtual] |
Definition at line 161 of file RRHandler.cpp.
| void RRHandlerUT::createRRCompound | ( | ) |
Definition at line 228 of file RRHandler.cpp.
| void RRHandlerUT::doOnData | ( | const wns::ldk::CompoundPtr & | compound | ) | [virtual] |
Definition at line 168 of file RRHandler.cpp.
| bool lte::controlplane::RRHandlerUT::hasResourcesGranted | ( | ) | const [inline] |
Definition at line 443 of file RRHandler.hpp.
| void RRHandlerUT::onFUNCreated | ( | ) | [virtual] |
| void RRHandlerUT::resourcesGranted | ( | bool | state | ) | [virtual] |
Implements lte::controlplane::ResourceGrantNotificationInterface.
Definition at line 192 of file RRHandler.cpp.
wns::scheduler::QueueStatusContainer lte::controlplane::RRHandlerUT::allRelayedRequestedResources [private] |
Definition at line 412 of file RRHandler.hpp.
Definition at line 415 of file RRHandler.hpp.
Definition at line 409 of file RRHandler.hpp.
1.5.5