MPISequenceState

MPISequenceState  

 

typedef enum {
    MPISequenceStateSTOPPED,
    MPISequenceStateSTARTED,
} MPISequenceState;
Description
  MPISequenceStateSTOPPED Means that the XMP's on-board program sequencer state is stopped. The program sequencer is in this state after it is created, and is not running. If the program sequencer has already been started, then a call to the MPI method mpiSequenceStop will stop the sequencer, and the sequencer state will be MPISequenceStateSTOPPED.
  MPISequenceStateSTARTED Means that the XMP's on-board program sequencer state is running. The program sequencer is in this state after it has been created, and successfully started with a call to the MPI method mpiSequenceStart.
See Also