|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <MM_WFQ_Out.h>
Public Member Functions | |
| QData () | |
| void | addTk (const int &s) |
| void | remTk (const int &s) |
| Qinfo | getInfo (const int &nextS) |
Public Attributes | |
| int | tk |
| int | w |
| QConfig | c |
Definition at line 50 of file MM_WFQ_Out.h.
| MM_WFQ_Out::QData::QData | ( | ) |
Definition at line 50 of file MM_WFQ_Out.cc.
| void MM_WFQ_Out::QData::addTk | ( | const int & | s | ) |
Definition at line 53 of file MM_WFQ_Out.cc.
| Qinfo MM_WFQ_Out::QData::getInfo | ( | const int & | nextS | ) |
Definition at line 62 of file MM_WFQ_Out.cc.
Referenced by MM_WFQ_Out::MM_WFQ_Out::getnextQueue().
| void MM_WFQ_Out::QData::remTk | ( | const int & | s | ) |
Definition at line 57 of file MM_WFQ_Out.cc.
| QConfig MM_WFQ_Out::QData::c |
Definition at line 53 of file MM_WFQ_Out.h.
Referenced by addTk(), getInfo(), MM_WFQ_Out::MM_WFQ_Out::queueCreated(), and remTk().
| int MM_WFQ_Out::QData::tk |
Definition at line 51 of file MM_WFQ_Out.h.
| int MM_WFQ_Out::QData::w |
Definition at line 52 of file MM_WFQ_Out.h.
Referenced by MM_WFQ_Out::MM_WFQ_Out::getnextQueue().