. |
mpiMotorStatus / meiMotorStatus Declaration: mpiMotorStatus
Description mpiMotorStatus writes a Motor's (motor) status into the structure pointed to by status, and also into the implementation-specific structure pointed to by external (if external is not NULL). The motor's status information in external is in addition to the motor's status information in status, i.e, the status configuration information in status and in external is not the same information. Note that external can be NULL (but status must not be NULL). Remarks external either points to a structure of type MEIMotorStatus{...} or is NULL.
Description meiMotorStatus gets a Motor's status and writes it to the structure pointed to by status, and also writes it into the implementation-specific structure pointed to by external (if external is not NULL). The motor's status information in external is in addition to the motor's status information in status, i.e, the status configuration information in status and in external is not the same information. Note that external can be NULL (but status must not be NULL). Remarks external either points to a structure of type MEIMotorStatus{...} or is NULL.
Sample Code
See Also
|
| | Copyright © 2001-2021 Motion Engineering |