mpiEventMgrControlInsert

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

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

Return Values
MPIMessageOK if EventMgrControlInsert successfully inserts the Control object (insert) after another Control object (control) in the list of motion controllers
See Also