MPISqNodeInfoNetwork
Definition
typedef struct MPISqNodeInfoNetwork { int32_t number; int32_t inPorts; int32_t outPorts; } MPISqNodeInfoNetwork;
Description
MPISqNodeInfoNetwork structure contains information about the SynqNet node's network interface.
Remarks
The labeling convention for IN and OUT ports is for convenience. The hardware ports are identical. During SynqNet initialization, the node are discovered based on the OUT to IN port connections.
number | An index to a SynqNet network associated with a controller. |
---|---|
inPorts | The number of SynqNet IN port network interfaces. |
outPorts | The number of SynqNet OUT port network interfaces. |