mpiSqNodeDriveMapConfigList

Declaration

long mpiSqNodeDriveMapConfigList (MPISqNode    sqNode,
                                  MPIDriveMap  driveMap,
                                  long         driveIndex,
                                  long         configCount,
                                  long         *configList);

Required Header: stdmpi.h

Description

mpiSqNodeDriveMapConfigList scans the drive map file for a drive entry that matches this node on the network. If an entry is found, this function returns the list of drive parameters that need to be preserved for the configuration of the drive.

This function is normally used with the mpiSqNodeDriveMapConfigCount(...) function. The mpiSqNodeDriveMapConfigCount(...) function is first called to get the size of the drive configuration list. Then the user can use this size to allocate enough memory to hold the complete configuration list before calling this function to fill in the list.

sqNode a handle to a SynqNet node object.
driveMap a handle to a DriveMap object.
driveIndex an index to the drive (0, 1, 2, etc), relative to the node.
configCount the number of drive parameter information records that can be written to the configList list.
*configList pointer to the list of drive parameters that make up the drive configuration that will be filled in by this function.
Return Values
MPIMessageOK

See Also

mpiSqNodeDriveMapConfigCount