MPISqNodeMonitorValue

Definition

typedef struct MPISqNodeMonitorValue {
    int32_t    count;
    int32_t    monitor[MPISqNodeMonitorValueIndexLAST];
} MPISqNodeMonitorValue;

Description

MPISqNodeMonitorValue contains the data for the monitor fields read by the mpiSqNodeDriveMonitor(...) method.

The SynqNet drive monitor fields are presently 16-bits. The MPI library copies each 16-bit data value into each element in the monitor array of longs. The 16-bit values are not signed extended when copied to the 32-bit int32_t.

count The number of monitor fields read. This specifies the size of the monitor array.
monitor An array of monitor data fields. Each field is indexed by the MPISqNodeMonitorValueIndex enumeration.

See Also

mpiSqNodeDriveMonitor | mpiSqNodeDriveMonitorConfigGet | mpiSqNodeDriveMonitorConfigSet | mpiSqNodeDriveMonitorInfo