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


Public Member Functions | |
| DoNotUseDSA (const wns::pyconfig::View &config) | |
| virtual DSAResult | getSubChannelWithDSA (RequestForResource &request, SchedulerStatePtr schedulerState, SchedulingMapPtr schedulingMap) |
| determine subChannel for request. This is only a suggestion. The allocation/fixation is done outside. | |
| bool | requiresCQI () const |
| true if the strategy must have CQI information. E.g. for getBestSubChannel based on CQI | |
| ~DoNotUseDSA () | |
Definition at line 36 of file DoNotUseDSA.hpp.
| DoNotUseDSA::DoNotUseDSA | ( | const wns::pyconfig::View & | config | ) |
Definition at line 40 of file DoNotUseDSA.cpp.
| wns::scheduler::strategy::dsastrategy::DoNotUseDSA::~DoNotUseDSA | ( | ) | [inline] |
Definition at line 41 of file DoNotUseDSA.hpp.
| DSAResult DoNotUseDSA::getSubChannelWithDSA | ( | RequestForResource & | request, | |
| SchedulerStatePtr | schedulerState, | |||
| SchedulingMapPtr | schedulingMap | |||
| ) | [virtual] |
Implements wns::scheduler::strategy::dsastrategy::DSAStrategyInterface.
Definition at line 46 of file DoNotUseDSA.cpp.
| bool wns::scheduler::strategy::dsastrategy::DoNotUseDSA::requiresCQI | ( | ) | const [inline, virtual] |
Implements wns::scheduler::strategy::dsastrategy::DSAStrategyInterface.
Definition at line 50 of file DoNotUseDSA.hpp.
1.5.5