MPISqNodeDriveParamCallback
Definition
typedef void (*MPISqNodeDriveParamCallback)
(MPISqNodeDriveParamCallbackType type, const char *name, int32_t number, const char *value);
Change History: Modified in the 03.03.00
Description
In the MPISqNodeDriveParamCallback structure, the function's pointer type defines a function that can be passed to the mpiSqNodeDriveMapParamFileSet(...) function. The mpiSqNodeDriveMapParamFileSet(...) function will call this type of function to report progress or warnings. A NULL value for the callback pointer will disable the callback feature.
type | the type of event that caused the callback function to be called. |
---|---|
name | name of the drive parameter. |
number | drive parameter index. |
value | the value of the drive parameter. |