SST
13.1.0
Structural Simulation Toolkit
|
Defines a pair of links (to define a connected link) More...
#include <linkPair.h>
Public Member Functions | |
LinkPair (LinkId_t order) | |
Create a new LinkPair. More... | |
LinkPair (LinkId_t order, LinkId_t remote_tag) | |
Create a new LinkPair. More... | |
Link * | getLeft () |
Return the Left Link. | |
Link * | getRight () |
Return the Right Link. | |
Defines a pair of links (to define a connected link)
|
inline |
Create a new LinkPair.
This is used when the endpoints are in the same partition.
References SST::Link::pair_link.
|
inline |
Create a new LinkPair.
This is used when the endpoints are in different partitions.
References SST::Link::pair_link.