mpiMotionMemorySet

Declaration
long mpiMotionMemorySet(MPIMotion motion,
                        void      *dst,
                        void      *src,
                        long      count)
Required Header stdmpi.h
Description

MotionMemorySet copies count bytes of application memory (starting at address src) to a Motion's (motion) memory (starting at address dst).

Return Values
MPIMessageOK if MotionMemorySet successfully copies count bytes of application memory to a Motion's memory
See Also mpiMotionMemoryGet | mpiMotionMemory