|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <IntDCRouting.h>
Public Member Functions | |
| linkInfo () | |
| linkInfo (const linkId &_link, const bool &_status, const simtime_t &_timestamp) | |
Public Attributes | |
| linkId | link |
| bool | status |
| simtime_t | timestamp |
Definition at line 52 of file IntDCRouting.h.
| NSPSimpleDC::linkInfo::linkInfo | ( | ) |
Definition at line 57 of file IntDCRouting.cc.
| NSPSimpleDC::linkInfo::linkInfo | ( | const linkId & | _link, |
| const bool & | _status, | ||
| const simtime_t & | _timestamp | ||
| ) |
Definition at line 60 of file IntDCRouting.cc.
| linkId NSPSimpleDC::linkInfo::link |
Definition at line 63 of file IntDCRouting.h.
Referenced by NSPSimpleDC::IntDCRouting::processUpdate().
| bool NSPSimpleDC::linkInfo::status |
Definition at line 64 of file IntDCRouting.h.
Referenced by NSPSimpleDC::Edge_Routing::activeNeigh(), NSPSimpleDC::Spine_Routing::activeNeigh(), NSPSimpleDC::TOR_Routing::activeNeigh(), NSPSimpleDC::Fabric_Routing::activeNeigh(), NSPSimpleDC::Edge_Routing::inactiveNeigh(), NSPSimpleDC::Fabric_Routing::inactiveNeigh(), NSPSimpleDC::Spine_Routing::inactiveNeigh(), and NSPSimpleDC::TOR_Routing::inactiveNeigh().
| simtime_t NSPSimpleDC::linkInfo::timestamp |
Definition at line 65 of file IntDCRouting.h.
Referenced by NSPSimpleDC::Edge_Routing::activeNeigh(), NSPSimpleDC::TOR_Routing::activeNeigh(), NSPSimpleDC::Fabric_Routing::activeNeigh(), NSPSimpleDC::Spine_Routing::activeNeigh(), NSPSimpleDC::Fabric_Routing::inactiveNeigh(), NSPSimpleDC::TOR_Routing::inactiveNeigh(), NSPSimpleDC::Edge_Routing::inactiveNeigh(), NSPSimpleDC::Spine_Routing::inactiveNeigh(), and NSPSimpleDC::IntDCRouting::processUpdate().