RINASim  October 2016
Documentation of framework for OMNeT++
eDLMonitor::dlCUInfo Struct Reference

#include <eDLMonitor.h>

Public Member Functions

 dlCUInfo ()
 
 dlCUInfo (std::string id)
 
 dlCUInfo (std::string id, std::string _queue, int urg, int thre, double dropP, int absThre)
 

Public Attributes

std::string CUId
 
std::string queue
 
int urgency
 
int threshold
 
double dropProb
 
int absThreshold
 

Detailed Description

Definition at line 45 of file eDLMonitor.h.

Constructor & Destructor Documentation

eDLMonitor::dlCUInfo::dlCUInfo ( )

Definition at line 30 of file eDLMonitor.cc.

eDLMonitor::dlCUInfo::dlCUInfo ( std::string  id)

Definition at line 38 of file eDLMonitor.cc.

eDLMonitor::dlCUInfo::dlCUInfo ( std::string  id,
std::string  _queue,
int  urg,
int  thre,
double  dropP,
int  absThre 
)

Definition at line 47 of file eDLMonitor.cc.

Member Data Documentation

int eDLMonitor::dlCUInfo::absThreshold
std::string eDLMonitor::dlCUInfo::CUId

Definition at line 46 of file eDLMonitor.h.

Referenced by dlCUInfo().

double eDLMonitor::dlCUInfo::dropProb
std::string eDLMonitor::dlCUInfo::queue

Definition at line 46 of file eDLMonitor.h.

Referenced by dlCUInfo().

int eDLMonitor::dlCUInfo::threshold
int eDLMonitor::dlCUInfo::urgency

Definition at line 47 of file eDLMonitor.h.

Referenced by dlCUInfo(), and eDLMonitor::eDLMonitor::onPolicyInit().


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