MPISynqNetCableList
Definition
typedef struct MPISynqNetCableList { long count; long cableNumber[MPISynqNetCableHOP_COUNT]; } MPISynqNetCableList;
Description
MPISynqNetCableList contains the number of cables in the SynqNet network and their identifying numbers. The idle cables can be identified with the mpiSynqNetIdleCableListGet(...) method.
A cable can also be identified by the node number and port. Use mpiSynqNetCableNumToNodePort(...) to translate the cable number to a node number and a port.
count | The number of cables and number of valid elements in the cableNumber[] array.. Range is 0 to MPISynqNetCableHOP_COUNT. |
---|---|
cableNumber | The cables identified by their number. Cables are numbered in the order they are discovered during network initialization. |
See Also
mpiSynqNetIdleCableListGet | mpiSynqNetIdleCableStatus | mpiSynqNetCableNumToNodePort