From 72fc5fa9be55ffab0e009085b05a3cad0b077826 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 14 Dec 2011 04:17:00 +0100 Subject: small cleanup --- pcilib.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pcilib.h') 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 -- cgit v1.2.3