]> sigrok.org Git - libsigrok.git/commitdiff
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)
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.


No differences found