RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <Types_TSimpleLS.h>
Public Member Functions | |
double_TSimpleLS () | |
![]() | |
TSimpleLS () | |
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 double &metric) |
virtual void | removeFlow (const Address &addr, const string &dst, const string &qos) |
virtual map< string, map< string, nhLMetric< double > > > | getChanges () |
virtual map< string, map< string, nhLMetric< double > > > | getAll () |
virtual void | handleMessage (cMessage *msg) |
![]() | |
virtual void | setInfinite (const double &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, LS_Module< double > > | modules |
![]() | |
double | infinite |
![]() | |
Address | myAddress |
Definition at line 9 of file Types_TSimpleLS.h.
double_TSimpleLS::double_TSimpleLS | ( | ) |
Definition at line 9 of file Types_TSimpleLS.cc.