MPISynqNetAnalysisResult

Declaration

typedef struct MPISynqNetAnalysisResult {
		char  diagString[MPISynqNetDiagMAX_STRING];
		MPISynqNetDiagStatus nodeStatus[MPISynqNetMaxNODE_COUNT];
		MPISynqNetDiagStatus cableStatus [MPISynqNetCableHOP_COUNT];
		MPISynqNetDiagStatus txTime;
		MPISynqNetDiagStatus controllerBandwidth;
		int32_t nodeCount;
		int32_t cableCount;
} MPISynqNetAnalysisResult; 

 

Required Header: stdmpi.h

Change History: Added in 04.00.

Description

MPISynqNetAnalysisResult contains the analysis string, each node condition, each cable status and node count.

diagString Analysis result string contains the problem definition and the suggestion to rectify the problem.
nodeStatus Contains the node status good,fair or bad.
cableStatus Contains the cable status good,fair or bad.
txTime Contains the status of TxTime  good or fair (marginal) or bad (it may fail any time or failed). If the status is bad the TxTime need to be increased.
Controller
Bandwidth
Contains the status Foreground time and background time are good or fair (marginal) or bad (it may fail any time or failed). If the status is bad then the sample rate need to be decreased.
nodeCount Number of nodes present in the Network.
cableCount Number of cables present in the Network.