RINASim  October 2016
Documentation of framework for OMNeT++
MM_WFQ_Drop::MM_WFQ_Drop Class Reference

#include <MM_WFQ_Drop.h>

Inheritance diagram for MM_WFQ_Drop::MM_WFQ_Drop:
Int_MM_Drop_Module

Public Member Functions

 ~MM_WFQ_Drop ()
 
void pduInsertered (RMTQueue *, RMTPort *)
 
void pduDropped (RMTQueue *, const cPacket *, RMTPort *)
 
void pduReleased (RMTQueue *, RMTPort *)
 
void queueCreated (RMTQueue *, RMTPort *)
 
double getDropProbability (RMTQueue *, RMTPort *)
 
- Public Member Functions inherited from Int_MM_Drop_Module
virtual ~Int_MM_Drop_Module ()
 

Protected Member Functions

void initialize ()
 

Protected Attributes

map< string, int > queueName2Threshold
 
int defaultThreshold
 
map< RMTQueue *, int > queueThreshold
 
map< RMTQueue *, int > queueCount
 

Detailed Description

Definition at line 31 of file MM_WFQ_Drop.h.

Constructor & Destructor Documentation

MM_WFQ_Drop::MM_WFQ_Drop::~MM_WFQ_Drop ( )

Definition at line 48 of file MM_WFQ_Drop.cc.

Member Function Documentation

double MM_WFQ_Drop::MM_WFQ_Drop::getDropProbability ( RMTQueue q,
RMTPort p 
)
virtual

Implements Int_MM_Drop_Module.

Definition at line 73 of file MM_WFQ_Drop.cc.

void MM_WFQ_Drop::MM_WFQ_Drop::initialize ( )
protected

Definition at line 24 of file MM_WFQ_Drop.cc.

void MM_WFQ_Drop::MM_WFQ_Drop::pduDropped ( RMTQueue q,
const cPacket *  s,
RMTPort p 
)
virtual

Implements Int_MM_Drop_Module.

Definition at line 56 of file MM_WFQ_Drop.cc.

void MM_WFQ_Drop::MM_WFQ_Drop::pduInsertered ( RMTQueue q,
RMTPort p 
)
virtual

Implements Int_MM_Drop_Module.

Definition at line 52 of file MM_WFQ_Drop.cc.

void MM_WFQ_Drop::MM_WFQ_Drop::pduReleased ( RMTQueue q,
RMTPort p 
)
virtual

Implements Int_MM_Drop_Module.

Definition at line 60 of file MM_WFQ_Drop.cc.

void MM_WFQ_Drop::MM_WFQ_Drop::queueCreated ( RMTQueue q,
RMTPort p 
)
virtual

Implements Int_MM_Drop_Module.

Definition at line 64 of file MM_WFQ_Drop.cc.

Member Data Documentation

int MM_WFQ_Drop::MM_WFQ_Drop::defaultThreshold
protected

Definition at line 45 of file MM_WFQ_Drop.h.

map<RMTQueue * , int> MM_WFQ_Drop::MM_WFQ_Drop::queueCount
protected

Definition at line 47 of file MM_WFQ_Drop.h.

map<string , int> MM_WFQ_Drop::MM_WFQ_Drop::queueName2Threshold
protected

Definition at line 44 of file MM_WFQ_Drop.h.

map<RMTQueue * , int> MM_WFQ_Drop::MM_WFQ_Drop::queueThreshold
protected

Definition at line 46 of file MM_WFQ_Drop.h.


The documentation for this class was generated from the following files: