mpiMotionMemory

Declaration
long mpiMotionMemory(MPIMotion  motion,
                     void       **memory) 
Required Header stdmpi.h
Description

MotionMemory sets (writes) the address [that is used to access a Motion's (motion) memory] to the contents of memory. This address (or an address calculated from it) is passed as the src argument to mpiMotionMemoryGet(...), and also as the dst argument to mpiMotionMemorySet(...).

Return Values
MPIMessageOK if MotionMemory successfully writes the address (used to access a Motion's memory) to the contents of memory
See Also mpiMotionMemoryGet | mpiMotionMemorySet