MPISqNodeDriveMonitorDataType

Definition

typedef enum MPISqNodeDriveMonitorDataType {
  MPISqNodeDriveMonitorDataTypeINVALID = -1,

  MPISqNodeDriveMonitorDataTypeINDEX,
  MPISqNodeDriveMonitorDataTypeADDRESS,
  MPISqNodeDriveMonitorDataTypeFIXED_CONFIG,
  
  MPISqNodeDriveMonitorDataTypeLAST,
  MPISqNodeDriveMonitorDataTypeFIRST = MPISqNodeDriveMonitorDataTypeINVALID +1
} MPISqNodeDriveMonitorDataType;

Change History: Modified in the 03.04.00; added MPISqNodeDriveMonitorDataTypeFIXED_CONFIG.

Description

MPISqNodeDriveMonitorDataType is an enumeration of monitor data selection types.

MPISqNodeDriveMonitorDataTypeINDEX Select monitor data using an index to a table.
MPISqNodeDriveMonitorDataTypeADDRESS Select monitor data using an address.
MPISqNodeDriveMonitorDataTypeFIXED_CONFIG Monitor data is not selectable. The monitor configuration is hard coded by the node/drive.

See Also

mpiSqNodeDriveMonitorConfigGet | mpiSqNodeDriveMonitorConfigSet