MPISqNodeCableQualityStatus

Declaration

typedef struct  MPISqNodeCableStatus {
    MPISynqNetCableStatus  status;
    long numOfValidPackets;            /* number of valid packets sent and received */
    long sentPackets;                  /* Number of test packets sent */
    MPISynqNetCableLength cableLength;	/* min and max Cable length */ 
MPISqNodeCableQualityStatus;

 

Required Header: stdmpi.h
Change History: Added in 04.00.

Description

MPISqNodeCableQualityStatus contains the status of the cable and the number of valid test packets transmitted and received.

status A enumerated value representing the cable status whether good or bad.
numOfValidPackets Number of valid test packets transmitted and received.
sentPackets Number of test packets sent for testing the cable.
cableLength Minimum and maximum cable length derived from the test packets sent.