RINASim  October 2016
Documentation of framework for OMNeT++
MM_PDQ_Drop::QueueConfig Struct Reference

#include <MM_PDQ_Drop.h>

Public Member Functions

 QueueConfig ()
 
 QueueConfig (string, int)
 

Public Attributes

string id
 
int absThreshold
 
vector< ThresholdthresholdList
 

Detailed Description

Definition at line 39 of file MM_PDQ_Drop.h.

Constructor & Destructor Documentation

MM_PDQ_Drop::QueueConfig::QueueConfig ( )

Definition at line 32 of file MM_PDQ_Drop.cc.

MM_PDQ_Drop::QueueConfig::QueueConfig ( string  _id,
int  _absThreshold 
)

Definition at line 37 of file MM_PDQ_Drop.cc.

Member Data Documentation

int MM_PDQ_Drop::QueueConfig::absThreshold

Definition at line 41 of file MM_PDQ_Drop.h.

Referenced by MM_PDQ_Drop::MM_PDQ_Drop::getDropProbability(), and QueueConfig().

string MM_PDQ_Drop::QueueConfig::id

Definition at line 40 of file MM_PDQ_Drop.h.

vector<Threshold> MM_PDQ_Drop::QueueConfig::thresholdList

The documentation for this struct was generated from the following files: