RINASim  October 2016
Documentation of framework for OMNeT++
TKMonitor.h File Reference
#include "SmartMonitor.h"
#include <string>
#include <map>
#include <vector>
#include <list>

Go to the source code of this file.

Classes

struct  TKMonitor::TKInfo
 
struct  TKMonitor::QTKStatus
 
class  TKMonitor::TKMonitor
 

Namespaces

 TKMonitor
 

Typedefs

typedef list< RMTQueue * > TKMonitor::QueuesList
 
typedef map< RMTPort *, RMTQueue * > TKMonitor::port2Queue
 
typedef map< RMTPort *, QueuesList > TKMonitor::port2Queues
 
typedef map< RMTPort *, unsigned int > TKMonitor::port2Count
 
typedef set< RMTQueue * > TKMonitor::QueuesSet
 
typedef map< RMTPort *, QueuesSet > TKMonitor::port2QueuesS
 
typedef map< string, TKInfo > TKMonitor::tkRepo
 
typedef tkRepo::iterator TKMonitor::tkRepoiterator
 
typedef map< int, QueuesList > TKMonitor::PriorityQueuesList
 
typedef PriorityQueuesList::iterator TKMonitor::PQListIterator
 
typedef PriorityQueuesList::reverse_iterator TKMonitor::PQListRIterator
 
typedef map< RMTQueue *, QTKStatus > TKMonitor::QueueStatus