MPICaptureStatus

Definition

typedef struct MPICaptureStatus {
        MPICaptureState state;
        double latchedValue;
} MPICaptureStatus;

Required Header: capture.h

Change History: Modified in 04.00.

Description

MPICaptureStatus contains the captured position or time and the current state of the capture engine. This structure is used as a return parameter for the mpiCaptureStatus function.

state An enumerated value representing the present state of the capture logic
latchedValue Captured position or time value.

See Also

MPICaptureState | MPICaptureStatus