INET Framework for OMNeT++/OMNEST
AnsaQosSystem.h File Reference
#include <vector>
#include <iostream>
#include <omnetpp.h>
#include "AnsaQosClassifiers.h"
#include "PassiveQueueBase.h"

Go to the source code of this file.

Classes

class  ANSAQOS::QueueConfig
class  ANSAQOS::SNPacket
class  ANSAQOS::SubQueue
class  AnsaQosSystem

Namespaces

namespace  ANSAQOS

Typedefs

typedef std::vector
< ANSAQOS::SubQueue
AnsaSubQueues

Enumerations

enum  ANSAQOS::QueueType {
  ANSAQOS::Q_FIFO = 1, ANSAQOS::Q_PQ = 2, ANSAQOS::Q_CQ = 3, ANSAQOS::Q_WFQ = 4,
  ANSAQOS::Q_CBWFQ = 5, ANSAQOS::Q_WRED = 6
}
enum  ANSAQOS::SubQueueType { ANSAQOS::S_FIFO = 1, ANSAQOS::S_WFQ = 2, ANSAQOS::S_WRED = 3 }
enum  ANSAQOS::EnqueueingResult { ANSAQOS::QUEUED = 1, ANSAQOS::NOMATCH = 2, ANSAQOS::NOTQUEUED = 3 }

Functions

std::ostream & ANSAQOS::operator<< (std::ostream &ostr, SubQueue &sbq)

Typedef Documentation

typedef std::vector<ANSAQOS::SubQueue> AnsaSubQueues

Definition at line 272 of file AnsaQosSystem.h.