]> sigrok.org Git - libsigrok.git/commit
demo: optionally accept frame limit spec at scan time
authorGerhard Sittig <redacted>
Thu, 3 May 2018 19:51:46 +0000 (21:51 +0200)
committerGerhard Sittig <redacted>
Sun, 13 May 2018 18:03:21 +0000 (20:03 +0200)
commit53ea24610e5eb0750f98ed7fccccba4de0b4b5ba
treec44a8c143e3630364d22f18b231a64a2c9a11d66
parentfb193945b6188ffdb44b64f29b36c91f03f7f011
demo: optionally accept frame limit spec at scan time

Allow developers to specify the (default) number of frames at compile
time (default to "off" as before). Accept the frame limit spec at scan()
time as well. This is useful when applications don't run config_set() at
runtime.

Tested with:
$ pulseview -d demo:logic_channels=0:analog_channels=1:limit_frames=4
src/hardware/demo/api.c
src/hardware/demo/protocol.h