User Manual, Developers Guide and API Documentation

Fixed.hpp File Reference

#include <WNS/scheduler/strategy/dsastrategy/DSAStrategy.hpp>
#include <vector>

Include dependency graph for Fixed.hpp:

Go to the source code of this file.

Namespaces

namespace  wns
namespace  wns::scheduler
namespace  wns::scheduler::strategy
namespace  wns::scheduler::strategy::dsastrategy

Classes

class  wns::scheduler::strategy::dsastrategy::Fixed
 DSA startegy equally distributing available resources between users. If there are n resources and m users: m1 = n mod m users get floor(n/m) + 1 resources, m - m1 users get floor(n/m) resources. The resources are then granted to a user by first increasing the subChannel number, then the timeSlot, then the spatialLayer. TODO: Make it configurable in which order time, frequency and space domain are used for resource sorting. More...
class  wns::scheduler::strategy::dsastrategy::FreqFirst


Generated on Sun May 27 03:32:19 2012 for openWNS by  doxygen 1.5.5