Topology information for the electronic modules arranged in a cluster. More...
Go to the source code of this file.
Classes | |
struct | ClusterAddress_t |
A GridPoint can be addressed also by its cluster address of type ClusterAddress_t. Attention: the scHThread number is not stored in the grid (although its place is reserved); its field must be handled per instance. More... | |
Enumerations | |
enum | ClusterNeighbor { cm_Head, cm_North, cm_NE, cm_SE, cm_South, cm_SW, cm_NW, cm_Broadcast } |
The neighborship in the cluster: the members are referred to with their geographic direction. More... | |
enum | ClusterStatus { cs_NONE, cs_Member, cs_Head, cs_Error } |
The gridpoints can be the head of the cluster, a member of a cluster, or neither (stand-alone) More... | |
Topology information for the electronic modules arranged in a cluster.
enum typedef ClusterNeighbor |
The neighborship in the cluster: the members are referred to with their geographic direction.
enum ClusterStatus |