MPISercosStatus

MPISercosStatus  

 

typedef struct MPISercosStatus {
    MPISercosLoopStatus	 loopStatus;
    long                 phase;
    long                 nodeCount;
} MPISercosStatus;
Description

SercosStatus gives the status of the SERCOS ring.

  loopStatus the current state of the ring (ie open or closed)
  phase the phase in which the SERCOS ring is in [0-4]
  nodeCount the number of nodes on the SERCOS ring
     
See Also