|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <Types_TSimpleLS.h>
Public Member Functions | |
| double_TSimpleLS () | |
Public Member Functions inherited from TSimpleLS::TSimpleLS< double > | |
| 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) |
Public Member Functions inherited from IntTSimpleRouting< double > | |
| 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 |
Public Member Functions inherited from IntRouting | |
| void | receiveUpdate (IntRoutingUpdate *update) |
Additional Inherited Members | |
Protected Member Functions inherited from TSimpleLS::TSimpleLS< double > | |
| virtual void | onPolicyInit () |
| void | finish () |
Protected Member Functions inherited from IntRouting | |
| void | initialize () |
| void | sendUpdate (IntRoutingUpdate *update) |
Protected Attributes inherited from TSimpleLS::TSimpleLS< double > | |
| string | myAddr |
| map< string, LS_Module< double > > | modules |
Protected Attributes inherited from IntTSimpleRouting< double > | |
| double | infinite |
Protected Attributes inherited from IntRouting | |
| Address | myAddress |
Definition at line 9 of file Types_TSimpleLS.h.
| double_TSimpleLS::double_TSimpleLS | ( | ) |
Definition at line 9 of file Types_TSimpleLS.cc.