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

Public Member Functions | |
| virtual MapInfoCollectionPtr | getMapInfo () const =0 |
| Returns a vector with burst start/end times and subBand identifier for every user scheduled by the scheduler. To be used by the map writer to write UL (and DL) maps. | |
| virtual int | getNumBursts () const =0 |
| virtual | ~MapInfoProviderInterface () |
Definition at line 41 of file MapInfoProviderInterface.hpp.
| virtual wns::scheduler::MapInfoProviderInterface::~MapInfoProviderInterface | ( | ) | [inline, virtual] |
Definition at line 43 of file MapInfoProviderInterface.hpp.
| virtual MapInfoCollectionPtr wns::scheduler::MapInfoProviderInterface::getMapInfo | ( | ) | const [pure virtual] |
Implemented in wimac::scheduler::Scheduler.
| virtual int wns::scheduler::MapInfoProviderInterface::getNumBursts | ( | ) | const [pure virtual] |
Implemented in wimac::scheduler::Scheduler.
1.5.5