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