MPICaptureTriggerDirect

Declaration

typedef struct MPICaptureTriggerDirect {
        long                  source;
        MPICaptureEdge        edge;
        MPICaptureInputFilter inputFilter;
} MPICaptureTriggerDirect;

Required Header: capture.h

Change History: Added in 04.00.

Description

MPICaptureTriggerDirect spcifies the capture configuration of a MPICaptureTriggerTypeDirect type trigger for the input trigger.

source
An FPGA input index.
edge
A MPICaptureEdge enumerated value representing the input signal edge to trigger a capture.
inputFilter
MPICaptureInputFilter specifying the debounce filter applied to the triggering signal.