RINASim  October 2016
Documentation of framework for OMNeT++
PortsLoadGenerator.h File Reference
#include <IntPDUFG.h>
#include <PortsLoadMonitor.h>
#include <SimpleTable/SimpleTable.h>
#include <IntPortsLoadRouting.h>
#include <map>
#include <set>

Go to the source code of this file.

Classes

class  PortsLoadGenerator
 

Macros

#define SCALE_BYTES(x)    (x)
 
#define PORTSLOADGENERATOR_ENHANCED_DEBUG
 

Typedefs

typedef std::set< RMTPort * > PortsSet
 
typedef std::map< std::string, PortsSetNentries
 
typedef std::map< std::string, NentriesNTable
 
typedef PortsSet::iterator PortsSetIt
 
typedef Nentries::iterator NentriesIt
 
typedef NTable::iterator NTableIt
 
typedef std::map< std::string, unsigned short > QosToRateMap
 
typedef std::map< std::string, QosToRateMapRateMap
 
typedef QosToRateMap::iterator QTRIter
 
typedef RateMap::iterator RateIter
 

Macro Definition Documentation

#define PORTSLOADGENERATOR_ENHANCED_DEBUG

Definition at line 29 of file PortsLoadGenerator.h.

#define SCALE_BYTES (   x)    (x)

Typedef Documentation

typedef std::map<std::string, PortsSet> Nentries

Definition at line 32 of file PortsLoadGenerator.h.

typedef Nentries::iterator NentriesIt

Definition at line 36 of file PortsLoadGenerator.h.

typedef std::map<std::string, Nentries> NTable

Definition at line 33 of file PortsLoadGenerator.h.

typedef NTable::iterator NTableIt

Definition at line 37 of file PortsLoadGenerator.h.

typedef std::set<RMTPort*> PortsSet

Definition at line 31 of file PortsLoadGenerator.h.

typedef PortsSet::iterator PortsSetIt

Definition at line 35 of file PortsLoadGenerator.h.

typedef std::map<std::string, unsigned short> QosToRateMap

Definition at line 44 of file PortsLoadGenerator.h.

typedef QosToRateMap::iterator QTRIter

Definition at line 47 of file PortsLoadGenerator.h.

typedef RateMap::iterator RateIter

Definition at line 48 of file PortsLoadGenerator.h.

typedef std::map<std::string, QosToRateMap> RateMap

Definition at line 45 of file PortsLoadGenerator.h.