MPIUserLimitConditionCaptureState
Declaration
typedef struct MPIUserLimitConditionCaptureState {
int32_t captureNumber;
MPI_BOOL activeHigh;
} MPIUserLimitConditionCaptureState;
Required Header: stdmpi.h
Change History: Added in 04.00.
Description
MPIUserLimitConditionCaptureState represents a capture state condition’s data for a user limit’s trigger.
| captureNumber | The number of the capture whose state is used for the trigger condition. |
|---|---|
| activeHigh | If set to TRUE, then the capture will need to be in the “triggered” state. If set to FALSE, then the capture will need to be in an “un-triggered” state. |
