mpiMotionMemoryGet

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

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

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