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


Public Member Functions | |
| DSASlave (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. | |
| 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 | |
| ~DSASlave () | |
Private Attributes | |
| int | lastUsedBeam |
| int | lastUsedSubChannel |
| remember position of last used subChannel | |
| int | lastUsedTimeSlot |
Definition at line 37 of file DSASlave.hpp.
| DSASlave::DSASlave | ( | const wns::pyconfig::View & | config | ) |
Definition at line 45 of file DSASlave.cpp.
| DSASlave::~DSASlave | ( | ) |
Definition at line 53 of file DSASlave.cpp.
| DSAResult DSASlave::getSubChannelWithDSA | ( | RequestForResource & | request, | |
| SchedulerStatePtr | schedulerState, | |||
| SchedulingMapPtr | schedulingMap | |||
| ) | [virtual] |
Implements wns::scheduler::strategy::dsastrategy::DSAStrategyInterface.
Definition at line 72 of file DSASlave.cpp.
| void DSASlave::initialize | ( | SchedulerStatePtr | schedulerState, | |
| SchedulingMapPtr | schedulingMap | |||
| ) | [virtual] |
Reimplemented from wns::scheduler::strategy::dsastrategy::DSAStrategy.
Definition at line 59 of file DSASlave.cpp.
| bool wns::scheduler::strategy::dsastrategy::DSASlave::requiresCQI | ( | ) | const [inline, virtual] |
Implements wns::scheduler::strategy::dsastrategy::DSAStrategyInterface.
Definition at line 52 of file DSASlave.hpp.
Definition at line 58 of file DSASlave.hpp.
Definition at line 52 of file DSASlave.hpp.
Definition at line 57 of file DSASlave.hpp.
1.5.5