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

#include <MM_DQ_Drop.h>

Inheritance diagram for MM_DQ_Drop::MM_DQ_Drop:
Int_MM_Drop_Module

Public Member Functions

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

Protected Member Functions

void initialize ()
 

Protected Attributes

map< string, QueueConfigqueuesConf
 
map< RMTQueue *, QueueConfig * > queueConf
 
map< RMTPort *, set< RMTQueue * > > portQueues
 
map< RMTPort *, int > portCount
 
int defaultThreshold
 

Detailed Description

Definition at line 48 of file MM_DQ_Drop.h.

Constructor & Destructor Documentation

MM_DQ_Drop::MM_DQ_Drop::~MM_DQ_Drop ( )

Definition at line 81 of file MM_DQ_Drop.cc.

Member Function Documentation

void MM_DQ_Drop::MM_DQ_Drop::finish ( )

Definition at line 128 of file MM_DQ_Drop.cc.

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

Implements Int_MM_Drop_Module.

Definition at line 107 of file MM_DQ_Drop.cc.

void MM_DQ_Drop::MM_DQ_Drop::initialize ( )
protected

Definition at line 40 of file MM_DQ_Drop.cc.

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

Implements Int_MM_Drop_Module.

Definition at line 89 of file MM_DQ_Drop.cc.

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

Implements Int_MM_Drop_Module.

Definition at line 85 of file MM_DQ_Drop.cc.

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

Implements Int_MM_Drop_Module.

Definition at line 93 of file MM_DQ_Drop.cc.

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

Implements Int_MM_Drop_Module.

Definition at line 97 of file MM_DQ_Drop.cc.

Member Data Documentation

int MM_DQ_Drop::MM_DQ_Drop::defaultThreshold
protected

Definition at line 68 of file MM_DQ_Drop.h.

map<RMTPort * , int> MM_DQ_Drop::MM_DQ_Drop::portCount
protected

Definition at line 66 of file MM_DQ_Drop.h.

map<RMTPort* , set<RMTQueue*> > MM_DQ_Drop::MM_DQ_Drop::portQueues
protected

Definition at line 65 of file MM_DQ_Drop.h.

map<RMTQueue *, QueueConfig *> MM_DQ_Drop::MM_DQ_Drop::queueConf
protected

Definition at line 63 of file MM_DQ_Drop.h.

map<string, QueueConfig> MM_DQ_Drop::MM_DQ_Drop::queuesConf
protected

Definition at line 62 of file MM_DQ_Drop.h.


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