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


Public Member Functions | |
| virtual DSAResult | getSubChannelWithDSA (RequestForResource &request, SchedulerStatePtr schedulerState, SchedulingMapPtr schedulingMap) |
| determine subChannel for request. This is only a suggestion. The allocation/fixation is done outside. | |
| HighCwithHighI (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 getBestSubChannel based on CQI | |
| ~HighCwithHighI () | |
Private Attributes | |
| std::map< unsigned int, std::vector< DSAResult > > | usersResources_ |
Definition at line 44 of file HighCwithHighI.hpp.
| HighCwithHighI::HighCwithHighI | ( | const wns::pyconfig::View & | config | ) |
Definition at line 43 of file HighCwithHighI.cpp.
| HighCwithHighI::~HighCwithHighI | ( | ) |
Definition at line 49 of file HighCwithHighI.cpp.
| DSAResult HighCwithHighI::getSubChannelWithDSA | ( | RequestForResource & | request, | |
| SchedulerStatePtr | schedulerState, | |||
| SchedulingMapPtr | schedulingMap | |||
| ) | [virtual] |
Implements wns::scheduler::strategy::dsastrategy::DSAStrategyInterface.
Definition at line 225 of file HighCwithHighI.cpp.
| void HighCwithHighI::initialize | ( | SchedulerStatePtr | schedulerState, | |
| SchedulingMapPtr | schedulingMap | |||
| ) | [virtual] |
Reimplemented from wns::scheduler::strategy::dsastrategy::DSAStrategy.
Definition at line 56 of file HighCwithHighI.cpp.
| bool wns::scheduler::strategy::dsastrategy::HighCwithHighI::requiresCQI | ( | ) | const [inline, virtual] |
Implements wns::scheduler::strategy::dsastrategy::DSAStrategyInterface.
Definition at line 59 of file HighCwithHighI.hpp.
std::map<unsigned int, std::vector<DSAResult> > wns::scheduler::strategy::dsastrategy::HighCwithHighI::usersResources_ [private] |
Definition at line 59 of file HighCwithHighI.hpp.
1.5.5