|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <IntRoutingUpdate.h>
Public Member Functions | |
| IntRoutingUpdate () | |
| IntRoutingUpdate (const Address &addr) | |
| ~IntRoutingUpdate () | |
| Address | getDestination () |
| Address | getSource () |
| void | setDestination (Address addr) |
| void | setSource (Address src) |
Protected Attributes | |
| Address | dstAddr |
| Address | srcAddr |
Definition at line 35 of file IntRoutingUpdate.h.
| IntRoutingUpdate::IntRoutingUpdate | ( | ) |
Definition at line 32 of file IntRoutingUpdate.cc.
| IntRoutingUpdate::IntRoutingUpdate | ( | const Address & | addr | ) |
Definition at line 33 of file IntRoutingUpdate.cc.
| IntRoutingUpdate::~IntRoutingUpdate | ( | ) |
Definition at line 37 of file IntRoutingUpdate.cc.
| Address IntRoutingUpdate::getDestination | ( | ) |
Definition at line 40 of file IntRoutingUpdate.cc.
Referenced by DMRnms::Routing::chSendUpdate(), and RoutingNotifier::receiveRoutingUpdateFromRouting().
| Address IntRoutingUpdate::getSource | ( | ) |
Definition at line 43 of file IntRoutingUpdate.cc.
Referenced by DMRnms::Routing::processUpdate(), NSPSimpleDC::IntDCRouting::processUpdate(), and DMRnmsDV::DV::processUpdate().
| void IntRoutingUpdate::setDestination | ( | Address | addr | ) |
Definition at line 48 of file IntRoutingUpdate.cc.
| void IntRoutingUpdate::setSource | ( | Address | src | ) |
Definition at line 51 of file IntRoutingUpdate.cc.
Referenced by IntRouting::sendUpdate().
|
protected |
Definition at line 37 of file IntRoutingUpdate.h.
Referenced by getDestination(), IntRoutingUpdate(), setDestination(), and NSPSimpleDC::LinksUpdate::toDst().
|
protected |
Definition at line 38 of file IntRoutingUpdate.h.
Referenced by getSource(), and setSource().