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 () |
![]() | |
RoutingUpdate (const Address &_addr, const std::string &_domain) | |
![]() | |
IntRoutingUpdate () | |
IntRoutingUpdate (const Address &addr) | |
~IntRoutingUpdate () | |
Address | getDestination () |
Address | getSource () |
void | setDestination (Address addr) |
void | setSource (Address src) |
Protected Attributes | |
linksSt | entries |
![]() | |
Address | dstAddr |
Address | srcAddr |
Additional Inherited Members | |
![]() | |
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().