MPIRecorderRecordType / MEIRecorderRecordType

MPIRecorderRecordType

 

typedef enum {
    MPIRecorderRecordTypeINVALID,
    MPIRecorderRecordTypePOINT,

} MPIRecorderRecordType;
Description
  MPIRecorderRecordTypeINVALID specifies to the data recorder that MPIRecorderRecordPoint records (copies of controller memory locations) are being recorded.
  MPIRecorderRecordTypePOINT an invalid record type.

 

MEIRecorderRecordType

 

typedef enum {
    MEIRecorderRecordTypeAXIS,
    MEIRecorderRecordTypeFILTER,
} MPIRecorderRecordType;
Description
  MEIRecorderRecordTypeAXIS specifies to the data recorder that MEIRecorderRecordAxis records are being recorded.
  MEIRecorderRecordTypeFILTER specifies to the data recorder that MEIRecorderRecordFilter records are being recorded.
Remarks
  Predefined types for setting up the type of data an MPIRecorder object will record. This is used by the mpiRecorderRecordConfig() method.
     
See Also MPIRecorder | MEIRecorderRecordAxis | MEIRecorderRecordFilter |
mpiRecorderRecordConfig