![]() |
User Manual, Developers Guide and API Documentation |
![]() |
Classes | |
| class | IQueueManager |
| Interface class for the queue manager used by the QueueProxy. It requires a system specific implementation to map CIDs to queues. More... | |
| class | ISegmentationCommand |
| class | QueueInterface |
| Interface class for the queue module of the scheduler framework. More... | |
| class | QueueProxy |
| This virtual queue is intended to be used by a Master UL scheduler and passes all calls to the according queue of the Slave UL scheduler(s) in the UT(s). A system specific QueueManager must be available mapping CIDs to according Queues. More... | |
| class | SegmentingQueue |
| the queues handled by this class all use a FIFO strategy the queues are organized by ConnectionID cid (several per user) More... | |
| class | SimpleQueue |
| the queues handled by this class all use a FIFO strategy the queues are organized by ConnectionID cid (several per user) More... | |
Namespaces | |
| namespace | detail |
Typedefs | |
| typedef std::map < wns::scheduler::ConnectionID, QueueInterface * > | QueueContainer |
| typedef wns::HasReceptorConfigCreator < QueueInterface, QueueInterface > | QueueCreator |
| typedef wns::StaticFactory < QueueCreator > | QueueFactory |
| typedef std::map<wns::scheduler::ConnectionID, QueueInterface*> wns::scheduler::queue::QueueContainer |
Definition at line 38 of file IQueueManager.hpp.
| typedef wns::HasReceptorConfigCreator<QueueInterface, QueueInterface> wns::scheduler::queue::QueueCreator |
Definition at line 229 of file QueueInterface.hpp.
Definition at line 230 of file QueueInterface.hpp.
1.5.5