SimGrid  3.18
Versatile Simulation of Distributed Systems
simgrid::kernel::routing::FatTreeLink Class Reference

Detailed Description

Link in a fat tree (FatTreeZone).

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

#include <FatTreeZone.hpp>

Public Member Functions

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

Public Attributes

surf::LinkImplupLink
 Link going up in the tree. More...
 
surf::LinkImpldownLink
 Link going down in the tree. More...
 
FatTreeNodeupNode
 Upper end of the link. More...
 
FatTreeNodedownNode
 Lower end of the link. More...
 

Constructor & Destructor Documentation

◆ FatTreeLink()

simgrid::kernel::routing::FatTreeLink::FatTreeLink ( ClusterCreationArgs cluster,
FatTreeNode source,
FatTreeNode destination 
)

Member Data Documentation

◆ upLink

surf::LinkImpl* simgrid::kernel::routing::FatTreeLink::upLink

Link going up in the tree.

◆ downLink

surf::LinkImpl* simgrid::kernel::routing::FatTreeLink::downLink

Link going down in the tree.

◆ upNode

FatTreeNode* simgrid::kernel::routing::FatTreeLink::upNode

Upper end of the link.

◆ downNode

FatTreeNode* simgrid::kernel::routing::FatTreeLink::downNode

Lower end of the link.


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