|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <dlCUInfo.h>
Public Member Functions | |
| C () | |
| C (double dd, IDropProbList d) | |
| double | getDropProb (int s) |
Private Attributes | |
| double | defaultDropProb |
| IDropProbList | dl |
Definition at line 105 of file dlCUInfo.h.
| C::C | ( | ) |
Definition at line 123 of file dlCUInfo.cc.
| C::C | ( | double | dd, |
| IDropProbList | d | ||
| ) |
Definition at line 125 of file dlCUInfo.cc.
| double C::getDropProb | ( | int | s | ) |
Definition at line 130 of file dlCUInfo.cc.
Referenced by DQMonitor::DQMonitor::getOutDropProb().
|
private |
Definition at line 107 of file dlCUInfo.h.
Referenced by getDropProb().
|
private |
Definition at line 108 of file dlCUInfo.h.
Referenced by C(), and getDropProb().