MPI 04.00 Reference >> mpiMotion
MPIMotionTrace
Definition
typedef enum {
MPIMotionTraceFIRST = MPITraceLAST << 1,
MPIMotionTraceSTATUS = MPIMotionTraceFIRST << 0,
MPIMotionTracePARAMS = MPIMotionTraceFIRST << 1,
MPIMotionTraceLAST = MPIMotionTraceFIRST << 2
} MPIMotionTrace;
Description
| MPIMotionTraceSTATUS | This trace bit enables motion status tracing for mpiMotion calls. |
|---|---|
| MPIMotionTracePARAMS | This trace bit enables motion parameters tracing for mpiMotion calls. |
