mpiEventMgrEvent

Declaration
long mpiEventMgrEvent(MPIEventMgr    eventMgr,
                      MPIEventStatus *status)
Required Header stdmpi.h
Description

EventMgrEvent requests that the EventMgr (eventMgr) call mpiNotifyEvent(notify, status) for all Notify objects on that Event Manager's list. Each Notify object represents a thread that has requested event notification. The Notify object will determine whether it accepts the event notification or not.

EventMgrEvent enables your application to use the Event Manager to distribute user-created events in the same way that events generated by the motion controller are distributed.

Return Values
MPIMessageOK if EventMgrEvent successfully requests that the EventMgr call mpiNotify Event(notify, status) for all Notify objects on that Event Manager's list
See Also