MPI 04.00 Reference >> mpiMotion
mpiMotionMemorySet
Declaration
long mpiMotionMemorySet(MPIMotion motion, void *dst, const void *src, long count)
Required Header: stdmpi.h
Change History: Modified in the 03.03.00
Description
mpiMotionMemorySet copies count bytes of application memory (starting at address src) to a Motion's (motion) memory (starting at address dst).
Return Values | |
---|---|
MPIMessageOK |