mpiSequenceCommandListGet

Declaration

long mpiSequenceCommandListGet(MPISequence  sequence,
                               long         *commandCount,
                               MPICommand   *commandList) 

 

Required Header: stdmpi.h

Description

mpiSequenceCommandListGet gets the Commands in a Sequence (sequence). SequenceCommandListGet writes the number of Commands [in a Sequence (sequence)] to the location (pointed to by commandCount), and also writes an array (of commandCount Command handles) to the location (pointed to by commandList).

NOTE: The maximum number of sequence commands that can exist on a controller, from all sequence objects, at one time is defined by MFWCmdBuffSizein MFW.h.

Return Values
MPIMessageOK

See Also

mpiSequenceCommandListSet