MPISqNodeConfigTrigger
Definition
typedef struct MPISqNodeConfigTrigger {
MPI_BOOL enable;
MPI_BOOL invert;
} MPISqNodeConfigTrigger;
Change History: Modified in the 03.03.00
Description
MPISqNodeConfigTrigger specifies trigger configurations.
| enable | Enables or disables the trigger. A value of TRUE enables the trigger, FALSE disables the trigger. |
|---|---|
| invert | Normal or inverted trigger polarity. A value of FALSE indicates normal polarity, TRUE indicates inverted polarity. |
