]> sigrok.org Git - libsigrok.git/commitdiff
input: introduce helper for buffered submission of sample data
authorGerhard Sittig <redacted>
Tue, 30 Jun 2020 18:14:18 +0000 (20:14 +0200)
committerGerhard Sittig <redacted>
Fri, 24 Jul 2020 07:10:27 +0000 (09:10 +0200)
Input modules often find themselves in the situation where sample data
was received and could be sent to the session bus, but submission should
get deferred to reduce the number of send calls and provide larger data
chunks in these calls. Introduce common support code for buffered sample
data submission (both logic and analog), provide a simple alloc, submit,
flush, and free API.


No differences found