mpiEventMgrControl

Declaration

MPIControl mpiEventMgrControl(MPIEventMgr eventMgr,
                              long        index) 
Required Header: stdmpi.h

Description

mpiEventMgrControl returns the element at the position on the list indicated by index.

eventMgr a handle to the EventMgr object.
index a position in the list.
Return Values
MPIMessageOK
handle to the indexth motion controller (Control) associated with an EventMgr (eventMgr)
MPIHandleVOID if eventMgr is invalid
if index is less than 0
if index is greater than or equal to mpiEventMgrCount(eventMgr)
MPIMessageARG_INVALID
MPIListMessageELEMENT_NOT_FOUND
MPIMessageHANDLE_INVALID

See Also