|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <IntDCRouting.h>
Public Member Functions | |
| tableNode () | |
| tableNode (const linkId *n) | |
| void | insert (set< const linkId * > Ls) |
Public Attributes | |
| int | d |
| set< const linkId * > | L |
Definition at line 71 of file IntDCRouting.h.
| NSPSimpleDC::tableNode::tableNode | ( | ) |
Definition at line 71 of file IntDCRouting.cc.
| NSPSimpleDC::tableNode::tableNode | ( | const linkId * | n | ) |
Definition at line 72 of file IntDCRouting.cc.
| void NSPSimpleDC::tableNode::insert | ( | set< const linkId * > | Ls | ) |
| int NSPSimpleDC::tableNode::d |
| set<const linkId *> NSPSimpleDC::tableNode::L |
Definition at line 73 of file IntDCRouting.h.
Referenced by NSPSimpleDC::IntDCRouting::computeTable(), NSPSimpleDC::TOR_Routing::getNotOptimalDst(), NSPSimpleDC::Edge_Routing::getNotOptimalDst(), NSPSimpleDC::Fabric_Routing::getNotOptimalDst(), NSPSimpleDC::Spine_Routing::getNotOptimalDst(), insert(), and tableNode().