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


Public Member Functions | |
| virtual APCResult | doStartAPC (RequestForResource &request, SchedulerStatePtr schedulerState, SchedulingMapPtr schedulingMap) |
| determine txPower, PhyMode and SINR for request. This is only a suggestion. The allocation/fixation is done outside. | |
| FCFSMaxPhyMode (const wns::pyconfig::View &config) | |
| virtual void | initialize (SchedulerStatePtr schedulerState, SchedulingMapPtr schedulingMap) |
| call this before each timeSlot/frame. Important to reset starting values. | |
| bool | requiresCQI () const |
| true if the strategy must have CQI information. E.g. for detailed calculations based on pathLoss | |
| virtual | ~FCFSMaxPhyMode () |
Definition at line 37 of file FCFSMaxPhyMode.hpp.
| FCFSMaxPhyMode::FCFSMaxPhyMode | ( | const wns::pyconfig::View & | config | ) |
Definition at line 45 of file FCFSMaxPhyMode.cpp.
| FCFSMaxPhyMode::~FCFSMaxPhyMode | ( | ) | [virtual] |
Definition at line 50 of file FCFSMaxPhyMode.cpp.
| APCResult FCFSMaxPhyMode::doStartAPC | ( | RequestForResource & | request, | |
| SchedulerStatePtr | schedulerState, | |||
| SchedulingMapPtr | schedulingMap | |||
| ) | [virtual] |
Implements wns::scheduler::strategy::apcstrategy::APCStrategyInterface.
Definition at line 64 of file FCFSMaxPhyMode.cpp.
| void FCFSMaxPhyMode::initialize | ( | SchedulerStatePtr | schedulerState, | |
| SchedulingMapPtr | schedulingMap | |||
| ) | [virtual] |
Reimplemented from wns::scheduler::strategy::apcstrategy::APCStrategy.
Definition at line 56 of file FCFSMaxPhyMode.cpp.
| bool wns::scheduler::strategy::apcstrategy::FCFSMaxPhyMode::requiresCQI | ( | ) | const [inline, virtual] |
Implements wns::scheduler::strategy::apcstrategy::APCStrategyInterface.
Definition at line 56 of file FCFSMaxPhyMode.hpp.
1.5.5