|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <LS.h>
Public Member Functions | |
| LSUpdate (const Address &_addr, const std::string &_domain) | |
| void | addEntry (const std::string &_addr, linksU _neig) |
| void | setEntries (linksSt _entries) |
| linksStIt | entriesBegin () |
| linksStIt | entriesEnd () |
Public Member Functions inherited from DMRnms::RoutingUpdate | |
| RoutingUpdate (const Address &_addr, const std::string &_domain) | |
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 | |
| linksSt | entries |
Protected Attributes inherited from IntRoutingUpdate | |
| Address | dstAddr |
| Address | srcAddr |
Additional Inherited Members | |
Public Attributes inherited from DMRnms::RoutingUpdate | |
| std::string | domain |
| DMRnmsLS::LSUpdate::LSUpdate | ( | const Address & | _addr, |
| const std::string & | _domain | ||
| ) |
| void DMRnmsLS::LSUpdate::addEntry | ( | const std::string & | _addr, |
| linksU | _neig | ||
| ) |
| linksStIt DMRnmsLS::LSUpdate::entriesBegin | ( | ) |
Definition at line 51 of file LS.cc.
Referenced by DMRnmsLS::LS::processUpdate().
| linksStIt DMRnmsLS::LSUpdate::entriesEnd | ( | ) |
Definition at line 55 of file LS.cc.
Referenced by DMRnmsLS::LS::processUpdate().
| void DMRnmsLS::LSUpdate::setEntries | ( | linksSt | _entries | ) |
Definition at line 47 of file LS.cc.
Referenced by DMRnmsLS::LS::handleMessage().
|
protected |
Definition at line 117 of file LS.h.
Referenced by addEntry(), entriesBegin(), entriesEnd(), and setEntries().