|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <SimpleLS.h>
Public Member Functions | |
| RoutingUpdate (const Address &_addr, const std::string &_qos) | |
| std::string | getQoS () |
| void | addEntry (const std::string &, linksU) |
| void | setEntries (linksSt) |
| linksStIt | entriesBegin () |
| linksStIt | entriesEnd () |
Public Member Functions inherited from IntRoutingUpdate | |
| IntRoutingUpdate () | |
| IntRoutingUpdate (const Address &addr) | |
| ~IntRoutingUpdate () | |
| Address | getDestination () |
| Address | getSource () |
| void | setDestination (Address addr) |
| void | setSource (Address src) |
Protected Attributes | |
| std::string | qos |
| linksSt | entries |
Protected Attributes inherited from IntRoutingUpdate | |
| Address | dstAddr |
| Address | srcAddr |
Definition at line 140 of file SimpleLS.h.
| SimpleLS::RoutingUpdate::RoutingUpdate | ( | const Address & | _addr, |
| const std::string & | _qos | ||
| ) |
Definition at line 32 of file SimpleLS.cc.
| void SimpleLS::RoutingUpdate::addEntry | ( | const std::string & | id, |
| linksU | links | ||
| ) |
Definition at line 40 of file SimpleLS.cc.
| linksStIt SimpleLS::RoutingUpdate::entriesBegin | ( | ) |
Definition at line 48 of file SimpleLS.cc.
Referenced by SimpleLS::SimpleLS::processUpdate().
| linksStIt SimpleLS::RoutingUpdate::entriesEnd | ( | ) |
Definition at line 51 of file SimpleLS.cc.
Referenced by SimpleLS::SimpleLS::processUpdate().
| std::string SimpleLS::RoutingUpdate::getQoS | ( | ) |
Definition at line 36 of file SimpleLS.cc.
Referenced by SimpleLS::SimpleLS::processUpdate().
| void SimpleLS::RoutingUpdate::setEntries | ( | linksSt | _entries | ) |
Definition at line 44 of file SimpleLS.cc.
Referenced by SimpleLS::SimpleLS::handleMessage().
|
protected |
Definition at line 154 of file SimpleLS.h.
Referenced by addEntry(), entriesBegin(), entriesEnd(), and setEntries().
|
protected |
Definition at line 153 of file SimpleLS.h.
Referenced by getQoS(), and RoutingUpdate().