|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <DLMonitor.h>
Public Member Functions | |
| dlCUInfo () | |
| dlCUInfo (std::string id) | |
| dlCUInfo (std::string id, std::string _queue, int urg, int thre) | |
Public Attributes | |
| std::string | CUId |
| std::string | queue |
| int | urgency |
| int | threshold |
Definition at line 44 of file DLMonitor.h.
| DLMonitor::dlCUInfo::dlCUInfo | ( | ) |
Definition at line 30 of file DLMonitor.cc.
| DLMonitor::dlCUInfo::dlCUInfo | ( | std::string | id | ) |
Definition at line 36 of file DLMonitor.cc.
| DLMonitor::dlCUInfo::dlCUInfo | ( | std::string | id, |
| std::string | _queue, | ||
| int | urg, | ||
| int | thre | ||
| ) |
Definition at line 43 of file DLMonitor.cc.
| std::string DLMonitor::dlCUInfo::CUId |
Definition at line 45 of file DLMonitor.h.
Referenced by dlCUInfo().
| std::string DLMonitor::dlCUInfo::queue |
Definition at line 45 of file DLMonitor.h.
Referenced by dlCUInfo().
| int DLMonitor::dlCUInfo::threshold |
Definition at line 47 of file DLMonitor.h.
Referenced by dlCUInfo(), and DLMonitor::DLMonitor::onPolicyInit().
| int DLMonitor::dlCUInfo::urgency |
Definition at line 46 of file DLMonitor.h.
Referenced by dlCUInfo(), and DLMonitor::DLMonitor::onPolicyInit().