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

Public Member Functions | |
| virtual void | resourcesGranted (bool state)=0 |
| Inform Observer whether the received map contained allocations for us. | |
| virtual | ~ResourceGrantNotificationInterface () |
Definition at line 39 of file MapHandlerInterface.hpp.
| virtual lte::controlplane::ResourceGrantNotificationInterface::~ResourceGrantNotificationInterface | ( | ) | [inline, virtual] |
Definition at line 43 of file MapHandlerInterface.hpp.
| virtual void lte::controlplane::ResourceGrantNotificationInterface::resourcesGranted | ( | bool | state | ) | [pure virtual] |
When the parameter is false, it means that the mapHandler has received a map but no resources were assigned to this terminal, true means that a map was received which DID contain resource allocation info for this terminal
Implemented in lte::controlplane::RRHandlerUT.
1.5.5