RINASim  October 2016
Documentation of framework for OMNeT++
DQMonitor Namespace Reference

Classes

class  C
 
class  dlCUInfo
 
class  DQMonitor
 
struct  IDegrad
 
struct  IDropProb
 
struct  ILimVals
 
class  L
 
struct  PP
 
struct  Times
 
class  U
 

Typedefs

typedef vector< PPPPlist
 
typedef PPlist::iterator PPlistIt
 
typedef vector< ILimValsILimValsList
 
typedef vector< IDropProbIDropProbList
 
typedef vector< IDegradIDegradList
 
typedef ILimValsList::iterator ILimValsIt
 
typedef IDropProbList::iterator IDropProbIt
 
typedef IDegradList::iterator IDegradIt
 
typedef std::map< std::string, LlRepo
 
typedef std::map< std::string, CcRepo
 
typedef std::map< std::string, UuRepo
 
typedef std::map< std::string, dlCUInfocuRepo
 
typedef std::map< RMTQueue *, dlCUInfo * > queue2CU
 
typedef list< RMTQueue * > QueuesList
 
typedef map< RMTPort *, RMTQueue * > port2Queue
 
typedef map< RMTPort *, QueuesListport2Queues
 

Functions

template<typename T >
bool compareIndex (const T &a, const T &b)
 
 Define_Module (DQMonitor)
 

Typedef Documentation

typedef std::map<std::string, C> DQMonitor::cRepo

Definition at line 35 of file DQMonitor.h.

typedef std::map<std::string, dlCUInfo> DQMonitor::cuRepo

Definition at line 37 of file DQMonitor.h.

typedef IDegradList::iterator DQMonitor::IDegradIt

Definition at line 77 of file dlCUInfo.h.

Definition at line 73 of file dlCUInfo.h.

typedef IDropProbList::iterator DQMonitor::IDropProbIt

Definition at line 76 of file dlCUInfo.h.

Definition at line 72 of file dlCUInfo.h.

typedef ILimValsList::iterator DQMonitor::ILimValsIt

Definition at line 75 of file dlCUInfo.h.

Definition at line 71 of file dlCUInfo.h.

typedef std::map<std::string, L> DQMonitor::lRepo

Definition at line 34 of file DQMonitor.h.

Definition at line 44 of file DQMonitor.h.

Definition at line 45 of file DQMonitor.h.

typedef vector<PP> DQMonitor::PPlist

Definition at line 57 of file dlCUInfo.h.

typedef PPlist::iterator DQMonitor::PPlistIt

Definition at line 58 of file dlCUInfo.h.

typedef std::map<RMTQueue*, dlCUInfo*> DQMonitor::queue2CU

Definition at line 40 of file DQMonitor.h.

Definition at line 43 of file DQMonitor.h.

typedef std::map<std::string, U> DQMonitor::uRepo

Definition at line 36 of file DQMonitor.h.

Function Documentation

template<typename T >
bool DQMonitor::compareIndex ( const T &  a,
const T &  b 
)

Definition at line 49 of file dlCUInfo.cc.

DQMonitor::Define_Module ( DQMonitor  )