mpiSequenceLoad

Declaration

long mpiSequenceLoad(MPISequence sequence,
                     MPICommand  command,
                     MPI_BOOL    start); 

Required Header: stdmpi.h
Change History: Modified in the 03.03.00

Description

mpiSequenceLoad loads the firmware command slots of a Sequence (sequence) as necessary, starting with the Command (command).

SequenceLoad is intended to be called initially by mpiSequenceStart(...) and called thereafter by mpiControlProcessEvents(…) (in response to reception of an event notification from the firmware). Except when you are debugging a sequence via mpiSequenceStep(...), your application should never need to directly call SequenceLoad.

If
Then
command is MPIHandleVOID SequenceLoad loads Commands starting with the first Command of the Sequence
start is not FALSE SequenceLoad starts the sequence after the commands are loaded

Return Values
MPIMessageOK

See Also

mpiSequenceStart | mpiSequenceStep | mpiControlProcessEvents