MPIRecorderStatus

MPIRecorderStatus

 

typedef struct MPIRecorderStatus {
    long    enabled;
    long    full;
    long    recordCount;
    long    recordCountMax;
} MPIRecorderStatus;
Description
  enabled If the recorder is enabled (recording) then enabled will equal TRUE, otherwise enabled will equal FALSE.
  full If the recorder is full (the number of stored records >= MPIRecorderConfig.fullCount) then full will equal TRUE, otherwise full will equal FALSE.
  recordCount The number of stored records in the recorder.
  recordCountMax The maximum number of records the recorder can store.
See Also mpiRecorderStatus