mpiDriveMapParamList
Declaration
long mpiDriveMapParamList (MPIDriveMap driveMap, char *nodeName, char *firmwareVersion, long paramCount, MPIDriveMapParamInfo *driveParamInfo); |
||
| Required Header: stdmpi.h | ||
Description
mpiDriveMapParamList scans the drive map file for an entry that matches a particular drive. If a drive entry is found, this function writes the drive parameter information about each of the drive parameters to the driveParamInfo list.
This function is normally used with the mpiDriveMapParamCount(...) function. The mpiDriveMapParamCount function is called first to get the size of the parameter list, the user can then use this size to allocate enough memory to hold the complete parameter list before calling this function to fill in the parameter list.
|
|||||||||||
|
|||||||||||
See Also
