|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <MM_DQ_Out.h>
Public Member Functions | |
| QueueData () | |
Public Attributes | |
| int | count |
| list< simtime_t > | inTimes |
| list< simtime_t > | outTimes |
| map< int, int > | countUrg |
| int | lastUrgency |
| map< int, int > | countUrgstats |
Definition at line 55 of file MM_DQ_Out.h.
| MM_DQ_Out::QueueData::QueueData | ( | ) |
Definition at line 45 of file MM_DQ_Out.cc.
| int MM_DQ_Out::QueueData::count |
Definition at line 56 of file MM_DQ_Out.h.
Referenced by MM_DQ_Out::MM_DQ_Out::getnextQueue(), MM_DQ_Out::MM_DQ_Out::pduDropped(), MM_DQ_Out::MM_DQ_Out::pduInsertered(), and QueueData().
| map<int, int> MM_DQ_Out::QueueData::countUrg |
Definition at line 59 of file MM_DQ_Out.h.
Referenced by MM_DQ_Out::MM_DQ_Out::getnextQueue(), MM_DQ_Out::MM_DQ_Out::pduDropped(), and MM_DQ_Out::MM_DQ_Out::pduInsertered().
| map<int, int> MM_DQ_Out::QueueData::countUrgstats |
Definition at line 63 of file MM_DQ_Out.h.
Referenced by MM_DQ_Out::MM_DQ_Out::pduDropped(), and MM_DQ_Out::MM_DQ_Out::pduInsertered().
| list<simtime_t> MM_DQ_Out::QueueData::inTimes |
Definition at line 57 of file MM_DQ_Out.h.
Referenced by MM_DQ_Out::MM_DQ_Out::getnextQueue(), MM_DQ_Out::MM_DQ_Out::pduDropped(), and MM_DQ_Out::MM_DQ_Out::pduInsertered().
| int MM_DQ_Out::QueueData::lastUrgency |
Definition at line 60 of file MM_DQ_Out.h.
Referenced by MM_DQ_Out::MM_DQ_Out::pduDropped(), MM_DQ_Out::MM_DQ_Out::pduInsertered(), and QueueData().
| list<simtime_t> MM_DQ_Out::QueueData::outTimes |
Definition at line 58 of file MM_DQ_Out.h.
Referenced by MM_DQ_Out::MM_DQ_Out::pduDropped(), and MM_DQ_Out::MM_DQ_Out::pduInsertered().