|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <MM_PDQ_Drop.h>
Public Member Functions | |
| Threshold (int, double) | |
Public Attributes | |
| int | limit |
| double | prob |
Definition at line 32 of file MM_PDQ_Drop.h.
| MM_PDQ_Drop::Threshold::Threshold | ( | int | _limit, |
| double | _prob | ||
| ) |
Definition at line 26 of file MM_PDQ_Drop.cc.
| int MM_PDQ_Drop::Threshold::limit |
Definition at line 33 of file MM_PDQ_Drop.h.
Referenced by MM_PDQ_Drop::MM_PDQ_Drop::getDropProbability(), and Threshold().
| double MM_PDQ_Drop::Threshold::prob |
Definition at line 34 of file MM_PDQ_Drop.h.
Referenced by MM_PDQ_Drop::MM_PDQ_Drop::getDropProbability(), and Threshold().