RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <IntSimpleRouting.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)=0 |
virtual void | removeFlow (const Address &addr, const std::string &dst, const std::string &qos)=0 |
virtual entries2Next | getChanges ()=0 |
virtual entries2Next | getAll ()=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 39 of file IntSimpleRouting.h.
|
pure virtual |
Implemented in SimpleLS::SimpleLS, and SimpleDV::SimpleDV.
|
pure virtual |
Implemented in SimpleLS::SimpleLS, and SimpleDV::SimpleDV.
|
pure virtual |
Implemented in SimpleLS::SimpleLS, and SimpleDV::SimpleDV.
|
protectedpure virtual |
Implements IntRouting.
Implemented in SimpleLS::SimpleLS, and SimpleDV::SimpleDV.
|
pure virtual |
Implements IntRouting.
Implemented in SimpleLS::SimpleLS, and SimpleDV::SimpleDV.
|
pure virtual |
Implemented in SimpleLS::SimpleLS, and SimpleDV::SimpleDV.