mpiEventMaskSYNQNET

Declaration

#define mpiEventMaskSYNQNET(mask)

Required Header: stdmpi.h

Description

mpiEventMaskSYNQNET is a macro that assigns all the bits associated with MPI SynqNet object events to the event mask. The MPI event types are defined in the MPIEventType enumeration. 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.

See Also

MPIEventMask | MPIEventType