mpiSqNodeDriveParamListGet
Declaration
int32_t mpiSqNodeDriveParamListGet(MPISqNode node, int32_t driveIndex, int32_t size, int32_t *paramList, MPIDriveMapParamType *paramTypes, MPIDriveMapParamValue *paramValues);
Required Header: stdmpi.h
Description
mpiSqNodeDriveParamListGet reads a series of drive parameters from the drive and fills in the appropriate fields of the unions pointed to by paramValues. The paramTypes defines the type of data that is read from the drive and also defines which fields in the paramValues unions are going to be used.
node | a handle to the SynqNet node object. |
---|---|
driveIndex | an index to the drive (0, 1, 2, etc), relative to the node. |
size | the number of drive parameters to be read. |
*paramList | a pointer to a list of the drive parameter indexes that are being accessed. |
*paramTypes | a pointer to a list of drive parameter types to be read from the drive and which field in the paramValues union is going to be used. |
*paramValues | a pointer to a list of unions that will be filled in by this function. |
Return Values | |
---|---|
MPIMessageOK |