MPI 04.00 Reference >> mpiMotion
mpiMotionLogOpen
Declaration
int32_t mpiMotionLogOpen(MPIMotion motion, int32_t maxEntries);
Required Header: stdmpi.h
Description
mpiMotionLogOpen allocates a memory buffer for motion logging.
motion | A handle to the Motion object. |
---|---|
maxEntries | The maximum number of log entries. This value determines the log buffer memory size. |
Return Values | |
---|---|
MPIMessageOK |