mpiEventMgrControlInsert

Declaration

long mpiEventMgrControlInsert(MPIEventMgr eventMgr,
                              MPIControl  control,
                              MPIControl  insert)
Required Header: stdmpi.h

Description

mpiEventMgrControlInsert inserts a Control object (insert) after the Control object (control) in the list of motion controllers associated with eventMgr.

eventMgr a handle to the EventMgr object.
Return Values
MPIMessageOK if EventMgrControlInsert successfully inserts the Control object (insert) after another Control object (control) in the list of motion controllers

See Also