MPIRecorderType

typedef enum {
  MPIRecorderRecordTypeINVALID = -1,

  MPIRecorderRecordTypePOINT,
  MPIRecorderRecordTypeAXIS,
  MPIRecorderRecordTypeFILTER,

  MPIRecorderRecordTypeLAST,
  MPIRecorderRecordTypeFIRST = MPIRecorderRecordTypeINVALID + 1
} MPIRecorderRecordType;

Description

Predefined types for setting up the type of data an MPIRecorder object will record. This is used by the mpiRecorderRecordConfig() method.

MPIRecorderRecordTypeINVALID an invalid record type.
MPIRecorderRecordTypePOINT specifies to the data recorder that MPIRecorderRecordPoint records (copies of controller memory locations) are being recorded.
MPIRecorderRecordTypeAXIS specifies to the data recorder that MPIRecorderRecordAxis records are being recorded.
MPIRecorderRecordTypeFILTER specifies to the data recorder that MPIRecorderRecordFilter records are being recorded.

See Also

MPIRecorder | MPIRecorderRecordAxis | MPIRecorderRecordFilter | mpiRecorderRecordConfig