]> sigrok.org Git - libsigrok.git/blobdiff - src/libsigrok-internal.h
input: optionally send trigger markers from common feed queue helper
[libsigrok.git] / src / libsigrok-internal.h
index 7b64c71463ef793b8e17c5a83832a6225f4cac30..4e4143009a9c506f2ab34ab58583a3c784bce296 100644 (file)
@@ -2692,6 +2692,7 @@ SR_API struct feed_queue_logic *feed_queue_logic_alloc(
 SR_API int feed_queue_logic_submit(struct feed_queue_logic *q,
        const uint8_t *data, size_t count);
 SR_API int feed_queue_logic_flush(struct feed_queue_logic *q);
+SR_API int feed_queue_logic_send_trigger(struct feed_queue_logic *q);
 SR_API void feed_queue_logic_free(struct feed_queue_logic *q);
 
 SR_API struct feed_queue_analog *feed_queue_analog_alloc(