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

#include <MM_SPort_Drop.h>

Inheritance diagram for MM_SPort_Drop::MM_SPort_Drop:
Int_MM_Drop_Module

Public Member Functions

 ~MM_SPort_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 Attributes

map< RMTPort *, int > portCount
 

Detailed Description

Definition at line 31 of file MM_SPort_Drop.h.

Constructor & Destructor Documentation

MM_SPort_Drop::MM_SPort_Drop::~MM_SPort_Drop ( )

Definition at line 24 of file MM_SPort_Drop.cc.

Member Function Documentation

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

Implements Int_MM_Drop_Module.

Definition at line 44 of file MM_SPort_Drop.cc.

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

Implements Int_MM_Drop_Module.

Definition at line 32 of file MM_SPort_Drop.cc.

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

Implements Int_MM_Drop_Module.

Definition at line 28 of file MM_SPort_Drop.cc.

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

Implements Int_MM_Drop_Module.

Definition at line 36 of file MM_SPort_Drop.cc.

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

Implements Int_MM_Drop_Module.

Definition at line 40 of file MM_SPort_Drop.cc.

Member Data Documentation

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

Definition at line 44 of file MM_SPort_Drop.h.


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