mpiSequenceCommandInsert
Declaration
long mpiSequenceCommandInsert(MPISequence sequence, MPICommand command, MPICommand insert)
Required Header: stdmpi.h
Description
mpiSequenceCommandInsert inserts a Command (insert) in a Sequence (sequence) just after the specified Command (command).
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 |