RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <IntDCRouting.h>
Public Member Functions | |
LinksUpdate * | toDst (Address dst) |
![]() | |
IntRoutingUpdate () | |
IntRoutingUpdate (const Address &addr) | |
~IntRoutingUpdate () | |
Address | getDestination () |
Address | getSource () |
void | setDestination (Address addr) |
void | setSource (Address src) |
Public Attributes | |
vector< linkInfo > | linksStatus |
Additional Inherited Members | |
![]() | |
Address | dstAddr |
Address | srcAddr |
Definition at line 80 of file IntDCRouting.h.
LinksUpdate * NSPSimpleDC::LinksUpdate::toDst | ( | Address | dst | ) |
Definition at line 63 of file IntDCRouting.cc.
Referenced by NSPSimpleDC::IntDCRouting::handleMessage().
vector<linkInfo> NSPSimpleDC::LinksUpdate::linksStatus |
Definition at line 82 of file IntDCRouting.h.
Referenced by NSPSimpleDC::IntDCRouting::handleMessage(), NSPSimpleDC::IntDCRouting::processUpdate(), and toDst().