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 () |
![]() | |
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 | |
entriesL | entries |
![]() | |
Address | dstAddr |
Address | srcAddr |
Additional Inherited Members | |
![]() | |
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().