RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <PortsLoadGenerator.h>
Public Member Functions | |
virtual void | insertedFlow (const Address &addr, const QoSCube &qos, RMTPort *port) |
virtual void | removedFlow (const Address &addr, const QoSCube &qos, RMTPort *port) |
virtual void | routingUpdated () |
![]() | |
IntPDUFG () | |
~IntPDUFG () | |
virtual PDUFGNeighbor * | getNextNeighbor (const Address &destination, const std::string &qos) |
void | insertFlowInfo (Address addr, QoSCube qos, RMTPort *port) |
void | removeFlowInfo (RMTPort *port) |
Protected Member Functions | |
virtual void | handleMessage (cMessage *msg) |
virtual void | onPolicyInit () |
![]() | |
void | initialize () |
Private Member Functions | |
bool | rateCacheEntryExists (std::string dest, std::string qos) |
Private Attributes | |
DA * | difA |
SimpleTable::SimpleTable * | fwd |
IntPortsLoadRouting * | rt |
PortsLoadMonitor * | rmtp |
NTable | neighbours |
RateMap | rateCache |
int | rtInt |
int | upInt |
Additional Inherited Members | |
![]() | |
NeighborState | neiState |
Address | ipcAddr |
Definition at line 52 of file PortsLoadGenerator.h.
|
protectedvirtual |
Definition at line 26 of file PortsLoadGenerator.cc.
|
virtual |
Implements IntPDUFG.
Definition at line 119 of file PortsLoadGenerator.cc.
|
protectedvirtual |
Implements IntPDUFG.
Definition at line 142 of file PortsLoadGenerator.cc.
|
private |
Definition at line 182 of file PortsLoadGenerator.cc.
Referenced by handleMessage(), and removedFlow().
|
virtual |
Implements IntPDUFG.
Definition at line 203 of file PortsLoadGenerator.cc.
|
virtual |
Implements IntPDUFG.
Definition at line 232 of file PortsLoadGenerator.cc.
Referenced by handleMessage(), insertedFlow(), and removedFlow().
|
private |
Definition at line 74 of file PortsLoadGenerator.h.
Referenced by onPolicyInit().
|
private |
Definition at line 75 of file PortsLoadGenerator.h.
Referenced by onPolicyInit(), and routingUpdated().
|
private |
Definition at line 78 of file PortsLoadGenerator.h.
Referenced by handleMessage(), insertedFlow(), removedFlow(), and routingUpdated().
|
private |
Definition at line 81 of file PortsLoadGenerator.h.
Referenced by handleMessage(), insertedFlow(), rateCacheEntryExists(), and removedFlow().
|
private |
Definition at line 77 of file PortsLoadGenerator.h.
Referenced by handleMessage(), insertedFlow(), and onPolicyInit().
|
private |
Definition at line 76 of file PortsLoadGenerator.h.
Referenced by handleMessage(), insertedFlow(), onPolicyInit(), removedFlow(), and routingUpdated().
|
private |
Definition at line 84 of file PortsLoadGenerator.h.
Referenced by handleMessage(), and onPolicyInit().
|
private |
Definition at line 86 of file PortsLoadGenerator.h.
Referenced by handleMessage(), and onPolicyInit().