RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <IntPortsLoadRouting.h>
Public Member Functions | |
virtual bool | processUpdate (IntRoutingUpdate *update)=0 |
virtual void | insertFlow (const Address &addr, const std::string &dst, const std::string &qos, const unsigned short &metric, bool sendUpdate)=0 |
virtual void | removeFlow (const Address &addr, const std::string &dst, const std::string &qos, bool sendUpdate)=0 |
virtual entries2Next | getChanges ()=0 |
virtual entries2Next | getAll ()=0 |
virtual void | scheduleUpdate ()=0 |
![]() | |
virtual void | finish () |
void | receiveUpdate (IntRoutingUpdate *update) |
Protected Member Functions | |
virtual void | onPolicyInit ()=0 |
![]() | |
void | initialize () |
void | sendUpdate (IntRoutingUpdate *update) |
Additional Inherited Members | |
![]() | |
Address | myAddress |
Definition at line 27 of file IntPortsLoadRouting.h.
|
pure virtual |
Implemented in PortsLoadLS.
|
pure virtual |
Implemented in PortsLoadLS.
Referenced by PortsLoadGenerator::routingUpdated().
|
pure virtual |
Implemented in PortsLoadLS.
Referenced by PortsLoadGenerator::handleMessage(), and PortsLoadGenerator::insertedFlow().
|
protectedpure virtual |
Implements IntRouting.
Implemented in PortsLoadLS.
|
pure virtual |
Implements IntRouting.
Implemented in PortsLoadLS.
|
pure virtual |
Implemented in PortsLoadLS.
Referenced by PortsLoadGenerator::removedFlow().
|
pure virtual |
Implemented in PortsLoadLS.
Referenced by PortsLoadGenerator::handleMessage().