.

mpiRecorderStop

Declaration

long mpiRecorderStop(MPIRecorder recorder)
  Required Header: stdmpi.h

Description

mpiRecorderStop instructs a Recorder (recorder) to stop recording data records.

 
recorder a handle to a Recorder object
   
 
Return Values
MPIMessageOK  
MPIRecorderMessageSTOPPED  

Sample Code


/*  
    Look for the warning code when the recorder is already stopped.
    This is usually not considered a bad thing (error).
*/
returnValue = mpiRecorderStop(recorder);
if(returnValue == MPIRecorderMessageSTOPPED)
{
returnValue = MPIMessageOK;
}
msgCHECK(returnValue);

See Also

mpiRecorderStart

 

       Legal Notice  |  Tech Email  |  Feedback
      
Copyright ©
2001-2021 Motion Engineering