RINASim  October 2016
Documentation of framework for OMNeT++
DQMonitor::L Class Reference

#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
 

Detailed Description

Definition at line 87 of file dlCUInfo.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

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.

Member Data Documentation

IDropProbList DQMonitor::L::dl
private

Definition at line 92 of file dlCUInfo.h.

Referenced by getDropProb(), and L().

bool DQMonitor::L::limit
private

Definition at line 89 of file dlCUInfo.h.

Referenced by getDropProb(), getTimes(), limits(), and needRate().

bool DQMonitor::L::space
private

Definition at line 89 of file dlCUInfo.h.

Referenced by getTimes(), needRate(), and spaces().

ILimValsList DQMonitor::L::vl
private

Definition at line 91 of file dlCUInfo.h.

Referenced by getDropProb(), getTimes(), and L().


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