|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <MM_WFQ_Out.h>
Public Member Functions | |
| Qinfo () | |
| Qinfo (const bool &_ht, const int &_pr) | |
| bool | compare (const Qinfo &o) |
Public Attributes | |
| bool | hasTk |
| int | priority |
Definition at line 40 of file MM_WFQ_Out.h.
| MM_WFQ_Out::Qinfo::Qinfo | ( | ) |
Definition at line 28 of file MM_WFQ_Out.cc.
| MM_WFQ_Out::Qinfo::Qinfo | ( | const bool & | _ht, |
| const int & | _pr | ||
| ) |
Definition at line 31 of file MM_WFQ_Out.cc.
| bool MM_WFQ_Out::Qinfo::compare | ( | const Qinfo & | o | ) |
Definition at line 34 of file MM_WFQ_Out.cc.
Referenced by MM_WFQ_Out::MM_WFQ_Out::getnextQueue().
| bool MM_WFQ_Out::Qinfo::hasTk |
Definition at line 41 of file MM_WFQ_Out.h.
Referenced by compare().
| int MM_WFQ_Out::Qinfo::priority |
Definition at line 42 of file MM_WFQ_Out.h.
Referenced by compare().