mpiEventMaskGET

Declaration

#define mpiEventMaskGET(mask,type)

Required Header: stdmpi.h

Description

mpiEventMaskGET is a macro that returns TRUE if the bit associtated with the event type in the event mask is TRUE. The event types are defined in the MPIEventType and MPIEventType enumerations. After the event mask bits are initialized, the mask can be passed to a mpiObjectEventNotifySet(...) method, which configures the controller to generate events.

mask An array of unsigned longs. Use MPIEventMask to declare the mask. Each bit in the array represents a mask for a particular event.
type An enumerated event type. Use an enumerated value from MPIEventType.
Returns
TRUE if the bit associated with the event type is TRUE in the event mask.
FALSE if the bit associated with the event type is FALSE in the event mask.

See Also

MPIEventMask | MPIEventType | mpiEventMaskSET | mpiEventMaskSET_ALL