MPIUserLimitOutputCustomArray
Declaration
typedef struct MPIUserLimitOutputCustomArray {
int32_t count;
MPIUserLimitOutputCustom output[MPIMaxLimitOutputs];
} MPIUserLimitOutputCustomArray;
Required Header: stdmpi.h
Change History: Added in 04.02.
Description
MPIUserLimitOutputCustomArray holds the data for a custom array user limit output block.
Note: Unlike user limit events, the output structure is used every time the user limit evaluates to TRUE, not just when the user limit changes from a FALSE state to a TRUE state.
count | The number of custom outputs with a maximum value of MPIMaxLimitOutputs. |
---|---|
output | An array of custom output configuration parameters. |