mpiCaptureTriggerSourceInfo
Declaration
MPI_DECL1 MPI_RESULT MPI_DECL2 mpiCaptureTriggerSourceInfo(MPICapture capture, int32_t nodeNumber, int32_t moduleNumber, MPICaptureTriggerSourceInfo* info);
Required Header: capture.h
Change History: Added in 04.00.
Description
mpiCaptureTriggerSourceInfo queries the SynqNet node specified by nodeNumber and moduleNumber and updates the MPICaptureTriggerSourceInfo structure info with the node's capture trigger information (name, I/O bit, I/O type).
capture | A handle to the capture object. |
---|---|
nodeNumber | A SynqNet node index. |
moduleNumber | A module index on the SynqNet node. |
info | A pointer to a MPICaptureTriggerSourceInfo structure which is updated or initialized by this function. |
Return Values |
---|
MPIMessageOK |
MPIMessageARG_INVALID |
MPISqNodeMessageCAPTURE_NOT_SUPPORTED |
See Also