RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <SimpleDV.h>
Public Member Functions | |
RoutingUpdate (const Address &_addr, const std::string &_src, const std::string &_qos) | |
std::string | getSrc () |
std::string | getQoS () |
void | addEntry (rtEntry) |
entriesIt | entriesBegin () |
entriesIt | entriesEnd () |
![]() | |
IntRoutingUpdate () | |
IntRoutingUpdate (const Address &addr) | |
~IntRoutingUpdate () | |
Address | getDestination () |
Address | getSource () |
void | setDestination (Address addr) |
void | setSource (Address src) |
Protected Attributes | |
std::string | src |
std::string | qos |
entriesL | entries |
![]() | |
Address | dstAddr |
Address | srcAddr |
Definition at line 58 of file SimpleDV.h.
SimpleDV::RoutingUpdate::RoutingUpdate | ( | const Address & | _addr, |
const std::string & | _src, | ||
const std::string & | _qos | ||
) |
Definition at line 32 of file SimpleDV.cc.
void SimpleDV::RoutingUpdate::addEntry | ( | rtEntry | entry | ) |
Definition at line 44 of file SimpleDV.cc.
Referenced by SimpleDV::SimpleDV::handleMessage().
entriesIt SimpleDV::RoutingUpdate::entriesBegin | ( | ) |
Definition at line 48 of file SimpleDV.cc.
Referenced by SimpleDV::SimpleDV::processUpdate().
entriesIt SimpleDV::RoutingUpdate::entriesEnd | ( | ) |
Definition at line 51 of file SimpleDV.cc.
Referenced by SimpleDV::SimpleDV::processUpdate().
std::string SimpleDV::RoutingUpdate::getQoS | ( | ) |
Definition at line 40 of file SimpleDV.cc.
Referenced by SimpleDV::SimpleDV::processUpdate().
std::string SimpleDV::RoutingUpdate::getSrc | ( | ) |
Definition at line 37 of file SimpleDV.cc.
Referenced by SimpleDV::SimpleDV::processUpdate().
|
protected |
Definition at line 73 of file SimpleDV.h.
Referenced by addEntry(), entriesBegin(), and entriesEnd().
|
protected |
Definition at line 72 of file SimpleDV.h.
Referenced by getQoS(), and RoutingUpdate().
|
protected |
Definition at line 71 of file SimpleDV.h.
Referenced by getSrc(), and RoutingUpdate().