MPISqNodeDriveMonitorData

Definition

typedef union {
    int32_t    index;     /* the values for these 
                       parameters are drive specific	*/
    int32_t    address;   /* and can be found in the 
                       appropriate drive modules */
} MPISqNodeDriveMonitorData;

Description

MPISqNodeDriveMonitorData specifies the location of the monitor data. Drive data can be specified by either an index or an address. The location is drive specific. Please see the drive manufacturer's documentation.

index A drive specific value to select a monitor data field from a table.
address A drive specific memory address to select the monitor data.

See Also

mpiSqNodeDriveMonitorConfigGet | mpiSqNodeDriveMonitorConfigSet