MEIRecorderRecordTrace

MEIRecorderRecordTrace

 

typedef enum {

    MEIRecorderTraceRECORD_GET,
    MEIRecorderTraceSTATUS,
    MEIRecorderTraceOVERFLOW,
} MEIRecorderTrace;
Description
  MEIRecorderTraceRECORD_GET will display trace information when the data recorder retrieves records.
  MEIRecorderTraceSTATUS will display trace information when the MPI retrieves the data recorder status.
  MEIRecorderTraceOVERFLOW will display trace information when the data recorder overflows.
See Also