mpiSercosStatus / meiSercosStatus

mpiSercosStatus
Declaration
long mpiSercosStatus(MPISercos       sercos,
                     MPISercosStatus *status,
                     void            *external) 
Required Header stdmpi.h
Description

SercosStatus writes the status of a Sercos object (sercos) to the structure pointed to by status.

Return Values
MPIMessageOK if SercosStatus successfully writes the status of a Sercos object to the structure

meiSercosStatus
Declaration
long meiSercosStatus(MPIControl         control,
                     MEIMotorTypeInfo   *motorInfo,
                     MPISercosStatus    *status)
Required Header stdmei.h
Description

SercosStatus reads the status from a control and writes it into the location pointed to by status. The status is read from the nodeNumber specified in the structure pointed to by motorInfo.

  control a handle to the Sercos object.
  *motorInfo a pointer to a MEIMotorTypeInfo structure
  *status a handle to a Node object.
     
Return Values
MPIMessageOK if SercosStatus successfully reads the status.
See Also