summaryrefslogtreecommitdiffstats
path: root/pcilib.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcilib.h')
-rw-r--r--pcilib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pcilib.h b/pcilib.h
index adec4da..fe7af8c 100644
--- a/pcilib.h
+++ b/pcilib.h
@@ -321,6 +321,11 @@ int pcilib_trigger(pcilib_t *ctx, pcilib_event_t event, size_t trigger_size, voi
* is specified.
*/
int pcilib_configure_autostop(pcilib_t *ctx, size_t max_events, pcilib_timeout_t duration);
+
+/*
+ * Request auto-triggering while grabbing
+ */
+int pcilib_configure_autotrigger(pcilib_t *ctx, pcilib_timeout_t interval, pcilib_event_t event, size_t trigger_size, void *trigger_data);
/*
* Request streaming the rawdata from the event engine. It is fastest way to acuqire data.
* No memory copies will be performed and DMA buffers will be directly passed to the user