mpiRecorderRecordConfig

Declaration

long mpiRecorderRecordConfig(MPIRecorder           recorder,
                             MPIRecorderRecordType type,
                             long                  count,
                             void                  *handle)

 

Required Header: stdmpi.h

Description

mpiRecorderRecordConfig configures the type (type) of

If "type" is
Then
MPIRecorderRecordTypePOINT count data points will be recorded, and handle points to an array of count controller addresses
MPIRecorderRecordTypeAXIS count records of type MPIRecorderRecordAxis{} will be recorded, and handle points to an array of count Axis handles
MPIRecorderRecordTypeFILTER count records of type MPIRecorderRecordFilter{} will be recorded, and handle points to an array of count Filter handles

record that a Recorder (recorder) will capture.

Return Values
MPIMessageOK

See Also

MPIRecorderRecordAxis | MPIRecorderRecordFilter