MPIEventNotifyData

Definition

typedef struct MPIEventNotifyData {
    void    *address[MPISignalUserData];
} MPIEventNotifyData;

Description

The address of an MPIEventNotifyData structure is passed as the third (void *external) argument to mpiObjectEventNotifyGet/Set(...)†.

The address array contains host-based XMP addresses, the contents of which are returned in MPIEventStatusInfo{}.data.

Object represents an MPI object like Axis or Motion. Therefore, mpiObjectEventNotifyGet/Set(...) represents functions like mpiAxisEventNotifyGet(...) and mpiAxisEventNotifySet(...).