anyKode Marilou
ContentsIndexHome
PreviousUpNext
DevicesGroupServo::WaitPositionsRadComplete

Wait servos reach specific angular positions (radians).

C++
M32 WaitPositionsRadComplete(CoreDeviceServoMotorWaitComplete * pWaitComplete, int Count);
Parameters 
Description 
CoreDeviceServoMotorWaitComplete * pWaitComplete 
[in] Pointer on an array of CoreDeviceServoMotorWaitComplete structures. Every member values are given to the corresponding servo with the same array index. Angles in the CoreDeviceServoMotorWaitComplete structures must be in radians. 
int Count 
[in] pWaitComplete members count. 

System error code or MODA_EOK.

WaitPositionRadComplete pauses the calling thread until every servo in the group have reach the specified positions parameters. Thread resuming is done according to the position, acceptable angular error and timeout values. 

 

See WaitPositionXXX notes.

Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
What do you think about this topic? Send feedback!