mpiEventMgrControlAppend

Declaration

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

Description

mpiEventMgrControlAppend appends control to the list of motion controllers associated with an EventMgr (eventMgr). Add "control" to the end of the list.

eventMgr a handle to the EventMgr object.
control a handle to a Control object.
Return Values
MPIMessageOK
MPIMessageHANDLE_INVALID
MPIMessageOBJECT_ON_LIST
MPIMessageNO_MEMORY

See Also