]> sigrok.org Git - libsigrok.git/commit
input: Add sdi_ready flag to struct sr_input.
authorBert Vermeulen <redacted>
Mon, 22 Sep 2014 13:22:41 +0000 (15:22 +0200)
committerBert Vermeulen <redacted>
Mon, 29 Sep 2014 23:49:58 +0000 (01:49 +0200)
commitd0181813315114b88ad38cf276045ee5c311ca3c
tree99b89fb52933e9a401cf60277c42a490e9608326
parent66c91e2509e2d995fa0b576104aa5ee04e469f21
input: Add sdi_ready flag to struct sr_input.

When an input module instance has received enough input to fully
populate the struct sr_dev_inst, sdi_ready is set to TRUE and its
receive() method returns immediately. Any remaining received data
is buffered until the next time the function is called.
src/input/binary.c
src/input/chronovu_la8.c
src/input/csv.c
src/input/input.c
src/input/vcd.c
src/input/wav.c
src/libsigrok-internal.h