MPISqNodeDriveMonitorData

Definition

typedef union {
    long    index;     /* the values for these 
                       parameters are drive specific	*/
    long    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