RINASim
October 2016
Documentation of framework for OMNeT++
|
#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, PortsSet > | Nentries |
typedef std::map< std::string, Nentries > | NTable |
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, QosToRateMap > | RateMap |
typedef QosToRateMap::iterator | QTRIter |
typedef RateMap::iterator | RateIter |
#define PORTSLOADGENERATOR_ENHANCED_DEBUG |
Definition at line 29 of file PortsLoadGenerator.h.
#define SCALE_BYTES | ( | x | ) | (x) |
Definition at line 27 of file PortsLoadGenerator.h.
Referenced by PortsLoadGenerator::handleMessage(), and PortsLoadGenerator::insertedFlow().
Definition at line 32 of file PortsLoadGenerator.h.
typedef Nentries::iterator NentriesIt |
Definition at line 36 of file PortsLoadGenerator.h.
Definition at line 33 of file PortsLoadGenerator.h.
typedef NTable::iterator NTableIt |
Definition at line 37 of file PortsLoadGenerator.h.
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.