|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <DV.h>
Public Member Functions | |
| DVUpdate (const Address &_addr, const std::string &_domain) | |
| void | addEntry (rtEntry _e) |
| entriesIt | entriesBegin () |
| entriesIt | 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 | |
| entriesL | entries |
Protected Attributes inherited from IntRoutingUpdate | |
| Address | dstAddr |
| Address | srcAddr |
Additional Inherited Members | |
Public Attributes inherited from DMRnms::RoutingUpdate | |
| std::string | domain |
| DMRnmsDV::DVUpdate::DVUpdate | ( | const Address & | _addr, |
| const std::string & | _domain | ||
| ) |
| void DMRnmsDV::DVUpdate::addEntry | ( | rtEntry | _e | ) |
Definition at line 41 of file DV.cc.
Referenced by DMRnmsDV::DV::handleMessage().
| entriesIt DMRnmsDV::DVUpdate::entriesBegin | ( | ) |
Definition at line 45 of file DV.cc.
Referenced by DMRnmsDV::DV::processUpdate().
| entriesIt DMRnmsDV::DVUpdate::entriesEnd | ( | ) |
Definition at line 49 of file DV.cc.
Referenced by DMRnmsDV::DV::processUpdate().
|
protected |
Definition at line 86 of file DV.h.
Referenced by addEntry(), entriesBegin(), and entriesEnd().