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

#include <MM_DL_Out.h>

Inheritance diagram for MM_DL_Out::MM_DL_Out:
Int_MM_Out_Module

Public Member Functions

 ~MM_DL_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< RMTPort *, map< int, list< RMTQueue * > > > portQueues
 

Detailed Description

Definition at line 31 of file MM_DL_Out.h.

Constructor & Destructor Documentation

MM_DL_Out::MM_DL_Out::~MM_DL_Out ( )

Definition at line 52 of file MM_DL_Out.cc.

Member Function Documentation

void MM_DL_Out::MM_DL_Out::finish ( )

Definition at line 54 of file MM_DL_Out.cc.

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

Implements Int_MM_Out_Module.

Definition at line 74 of file MM_DL_Out.cc.

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

Implements Int_MM_Out_Module.

Definition at line 85 of file MM_DL_Out.cc.

void MM_DL_Out::MM_DL_Out::initialize ( )
protected

Definition at line 24 of file MM_DL_Out.cc.

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

Implements Int_MM_Out_Module.

Definition at line 60 of file MM_DL_Out.cc.

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

Implements Int_MM_Out_Module.

Definition at line 56 of file MM_DL_Out.cc.

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

Implements Int_MM_Out_Module.

Definition at line 64 of file MM_DL_Out.cc.

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

Implements Int_MM_Out_Module.

Definition at line 66 of file MM_DL_Out.cc.

Member Data Documentation

int MM_DL_Out::MM_DL_Out::defaultPriority
protected

Definition at line 47 of file MM_DL_Out.h.

int MM_DL_Out::MM_DL_Out::maxPriority
protected

Definition at line 48 of file MM_DL_Out.h.

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

Definition at line 51 of file MM_DL_Out.h.

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

Definition at line 46 of file MM_DL_Out.h.

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

Definition at line 49 of file MM_DL_Out.h.


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