mpiSequenceCommandAppend
Declaration
int32_t mpiSequenceCommandAppend(MPISequence sequence, MPICommand command)
Required Header: stdmpi.h
Description
mpiSequenceCommandAppend appends a Command (command) to a Sequence (sequence).
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.
sequence | a handle to the Sequence object. |
---|---|
command | a handle to a Command object. |
Return Values |
---|
MPIMessageOK |
MPIMessageHANDLE_INVALID |
MPIMessageNO_MEMORY |