MPICaptureTriggerSourceInfo
Declaration
typedef struct MPICaptureTriggerSourceInfo {
struct {
MPI_BOOL available;
const char *name;
MPICaptureIoType ioType;
int32_t ioBit;
} source[MPICaptureTriggerSourceCOUNT];
} MPICaptureTriggerSourceInfo;
Required Header: capture.h
Change History: Added in 04.00.
Description
MPICaptureTriggerSourceInfo is a return stucture for the method mpiCaptureTriggerSourceInfo which queries a SynqNet node for its trigger resources.
available |
Boolean TRUE or FALSE value indicating if the trigger source is available. |
|---|---|
name |
Trigger I/O name. |
ioType |
MOTOR_DEDICATED, MOTOR_GENERAL, SQNODE, or DIRECT. |
ioBit |
Bit index of trigger input. |
See Also
mpiCaptureTriggerSourceInfo | MPICaptureIoType
