|
mpiRecorderRecordConfig
Declaration
Description
mpiRecorderRecordConfig configures the type (type) of record that a Recorder (recorder) will capture.
If "type" is |
Then |
| MPIRecorderRecordTypePOINT |
count data points will be recorded, and handle points to an array of count controller addresses |
| MEIRecorderRecordTypeAXIS |
count records of type MPIRecorderRecordAxis{} will be recorded, and handle points to an array of count Axis handles |
| MEIRecorderRecordTypeFILTER |
count records of type MPIRecorderRecordFilter{} will be recorded, and handle points to an array of count Filter handles |
See Also
MPIRecorderRecordAxis | MPIRecorderRecordFilter
|