|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <dlCUInfo.h>
Public Member Functions | |
| L () | |
| L (bool lim, bool spa, ILimValsList v, IDropProbList d) | |
| bool | needRate () |
| bool | spaces () |
| bool | limits () |
| Times | getTimes (double wt, int size) |
| double | getDropProb (double wt, int ws) |
Private Attributes | |
| bool | limit |
| bool | space |
| ILimValsList | vl |
| IDropProbList | dl |
Definition at line 87 of file dlCUInfo.h.
| DQMonitor::L::L | ( | ) |
Definition at line 59 of file dlCUInfo.cc.
| DQMonitor::L::L | ( | bool | lim, |
| bool | spa, | ||
| ILimValsList | v, | ||
| IDropProbList | d | ||
| ) |
Definition at line 61 of file dlCUInfo.cc.
| double DQMonitor::L::getDropProb | ( | double | wt, |
| int | ws | ||
| ) |
Definition at line 107 of file dlCUInfo.cc.
Referenced by DQMonitor::DQMonitor::getInDropProb().
| Times DQMonitor::L::getTimes | ( | double | wt, |
| int | size | ||
| ) |
Definition at line 79 of file dlCUInfo.cc.
Referenced by DQMonitor::DQMonitor::postPDUInsertion().
| bool DQMonitor::L::limits | ( | ) |
Definition at line 75 of file dlCUInfo.cc.
| bool DQMonitor::L::needRate | ( | ) |
Definition at line 68 of file dlCUInfo.cc.
| bool DQMonitor::L::spaces | ( | ) |
Definition at line 72 of file dlCUInfo.cc.
|
private |
Definition at line 92 of file dlCUInfo.h.
Referenced by getDropProb(), and L().
|
private |
Definition at line 89 of file dlCUInfo.h.
Referenced by getDropProb(), getTimes(), limits(), and needRate().
|
private |
Definition at line 89 of file dlCUInfo.h.
Referenced by getTimes(), needRate(), and spaces().
|
private |
Definition at line 91 of file dlCUInfo.h.
Referenced by getDropProb(), getTimes(), and L().