SimGrid  3.21
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

resource::LinkImpl * up_link_
 Link going up in the tree. More...
 
resource::LinkImpl * down_link_
 Link going down in the tree. More...
 
FatTreeNodeup_node_
 Upper end of the link. More...
 
FatTreeNodedown_node_
 Lower end of the link. More...
 

Constructor & Destructor Documentation

◆ FatTreeLink()

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

Member Data Documentation

◆ up_link_

resource::LinkImpl* simgrid::kernel::routing::FatTreeLink::up_link_

Link going up in the tree.

◆ down_link_

resource::LinkImpl* simgrid::kernel::routing::FatTreeLink::down_link_

Link going down in the tree.

◆ up_node_

FatTreeNode* simgrid::kernel::routing::FatTreeLink::up_node_

Upper end of the link.

◆ down_node_

FatTreeNode* simgrid::kernel::routing::FatTreeLink::down_node_

Lower end of the link.


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