RINASim  October 2016
Documentation of framework for OMNeT++
queueStat Struct Reference

#include <SmartMonitor.h>

Public Member Functions

 queueStat ()
 
 queueStat (int o, int t, double pD, int aT)
 

Public Attributes

int ocupation
 
int threshold
 
double dropProb
 
int absThreshold
 

Detailed Description

Definition at line 35 of file SmartMonitor.h.

Constructor & Destructor Documentation

queueStat::queueStat ( )
inline

Definition at line 41 of file SmartMonitor.h.

queueStat::queueStat ( int  o,
int  t,
double  pD,
int  aT 
)
inline

Definition at line 44 of file SmartMonitor.h.

Member Data Documentation

int queueStat::absThreshold

Definition at line 39 of file SmartMonitor.h.

double queueStat::dropProb

Definition at line 38 of file SmartMonitor.h.

int queueStat::ocupation

Definition at line 36 of file SmartMonitor.h.

int queueStat::threshold

Definition at line 37 of file SmartMonitor.h.


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