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

#include <MM_eDL_Out.h>

Inheritance diagram for MM_eDL_Out::MM_eDL_Out:
Int_MM_Out_Module

Public Member Functions

 ~MM_eDL_Out ()
 
void finish ()
 
void pduInsertered (RMTQueue *, RMTPort *)
 
void pduDropped (RMTQueue *, const cPacket *, RMTPort *)
 
void pduReleased (RMTQueue *, RMTPort *)
 
void queueCreated (RMTQueue *, RMTPort *)
 
RMTQueuegetnextQueue (RMTPort *)
 
simtime_t getnextTime (RMTPort *)
 
- Public Member Functions inherited from Int_MM_Out_Module
virtual ~Int_MM_Out_Module ()
 

Protected Member Functions

void initialize ()
 

Protected Attributes

map< string, int > queueName2Priority
 
int defaultPriority
 
int maxPriority
 
map< RMTQueue *, int > queuePriority
 
map< int, double > prioritySkip
 
map< RMTPort *, map< int, list< RMTQueue * > > > portQueues
 

Detailed Description

Definition at line 31 of file MM_eDL_Out.h.

Constructor & Destructor Documentation

MM_eDL_Out::MM_eDL_Out::~MM_eDL_Out ( )

Definition at line 72 of file MM_eDL_Out.cc.

Member Function Documentation

void MM_eDL_Out::MM_eDL_Out::finish ( )

Definition at line 74 of file MM_eDL_Out.cc.

RMTQueue * MM_eDL_Out::MM_eDL_Out::getnextQueue ( RMTPort p)
virtual

Implements Int_MM_Out_Module.

Definition at line 94 of file MM_eDL_Out.cc.

simtime_t MM_eDL_Out::MM_eDL_Out::getnextTime ( RMTPort p)
virtual

Implements Int_MM_Out_Module.

Definition at line 113 of file MM_eDL_Out.cc.

void MM_eDL_Out::MM_eDL_Out::initialize ( )
protected

Definition at line 24 of file MM_eDL_Out.cc.

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

Implements Int_MM_Out_Module.

Definition at line 80 of file MM_eDL_Out.cc.

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

Implements Int_MM_Out_Module.

Definition at line 76 of file MM_eDL_Out.cc.

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

Implements Int_MM_Out_Module.

Definition at line 84 of file MM_eDL_Out.cc.

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

Implements Int_MM_Out_Module.

Definition at line 86 of file MM_eDL_Out.cc.

Member Data Documentation

int MM_eDL_Out::MM_eDL_Out::defaultPriority
protected

Definition at line 47 of file MM_eDL_Out.h.

int MM_eDL_Out::MM_eDL_Out::maxPriority
protected

Definition at line 48 of file MM_eDL_Out.h.

map<RMTPort* , map<int, list<RMTQueue*> > > MM_eDL_Out::MM_eDL_Out::portQueues
protected

Definition at line 52 of file MM_eDL_Out.h.

map<int, double> MM_eDL_Out::MM_eDL_Out::prioritySkip
protected

Definition at line 50 of file MM_eDL_Out.h.

map<string , int> MM_eDL_Out::MM_eDL_Out::queueName2Priority
protected

Definition at line 46 of file MM_eDL_Out.h.

map<RMTQueue * , int> MM_eDL_Out::MM_eDL_Out::queuePriority
protected

Definition at line 49 of file MM_eDL_Out.h.


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