RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <Types_TSimpleDV.h>
Public Member Functions | |
short_TSimpleDV () | |
![]() | |
TSimpleDV () | |
bool | processUpdate (IntRoutingUpdate *update) |
virtual void | chSendUpdate (Routing_Update *update, const Address &dst, Routing_Alg_I *module) |
virtual void | chScheduleAt (Routing_Alg_I *module, const simtime_t &t) |
virtual void | insertFlow (const Address &addr, const string &dst, const string &qos, const short &metric) |
virtual void | removeFlow (const Address &addr, const string &dst, const string &qos) |
virtual map< string, map< string, nhLMetric< short > > > | getChanges () |
virtual map< string, map< string, nhLMetric< short > > > | getAll () |
virtual void | handleMessage (cMessage *msg) |
![]() | |
virtual void | setInfinite (const short &inf) |
virtual void | chSendUpdate (common_Routing::Routing_Update *update, const Address &dst, common_Routing::Routing_Alg_I *)=0 |
virtual void | chScheduleAt (common_Routing::Routing_Alg_I *update, const simtime_t &t)=0 |
![]() | |
void | receiveUpdate (IntRoutingUpdate *update) |
Additional Inherited Members | |
![]() | |
virtual void | onPolicyInit () |
void | finish () |
![]() | |
void | initialize () |
void | sendUpdate (IntRoutingUpdate *update) |
![]() | |
string | myAddr |
map< string, DV_Module< short > > | modules |
![]() | |
short | infinite |
![]() | |
Address | myAddress |
Definition at line 7 of file Types_TSimpleDV.h.
short_TSimpleDV::short_TSimpleDV | ( | ) |
Definition at line 7 of file Types_TSimpleDV.cc.