SimGrid  3.13
Versatile Simulation of Distributed Systems
simgrid::surf::FatTreeLink Class Reference

Link in a fat tree. More...

#include <AsClusterFatTree.hpp>

Public Member Functions

 FatTreeLink (sg_platf_cluster_cbarg_t cluster, FatTreeNode *source, FatTreeNode *destination)
 

Public Attributes

Link * upLink
 Link going up in the tree. More...
 
Link * downLink
 Link going down in the tree. More...
 
FatTreeNode * upNode
 Upper end of the link. More...
 
FatTreeNode * downNode
 Lower end of the link. More...
 

Detailed Description

Link in a fat tree.

Represents a single, duplex link in a fat tree. This is necessary to have a tree. It is equivalent to a physical link.

Constructor & Destructor Documentation

simgrid::surf::FatTreeLink::FatTreeLink ( sg_platf_cluster_cbarg_t  cluster,
FatTreeNode *  source,
FatTreeNode *  destination 
)

Member Data Documentation

Link* simgrid::surf::FatTreeLink::upLink

Link going up in the tree.

Link* simgrid::surf::FatTreeLink::downLink

Link going down in the tree.

FatTreeNode* simgrid::surf::FatTreeLink::upNode

Upper end of the link.

FatTreeNode* simgrid::surf::FatTreeLink::downNode

Lower end of the link.


The documentation for this class was generated from the following files: