mpiMotionParamsSet

Declaration
long mpiMotionParamsSet(MPIMotion       motion,
                        MPIMotionParams *params)
Required Header stdmpi.h
Description

.MotionParamsSet sets the parameters of a Motion object (motion). These motion parameters will be used if mpiMotionStart(...) is called with a Null motion parameter.

If Motion (motion) is active, MotionParamsSet will set motion parameters "on-the-fly," i.e., at the first opportunity.

Return Values
MPIMessageOK if MotionParamsSet successfully sets the parameters of a Motion object
See Also mpiMotionStart | mpiMotionParamsGet