]> sigrok.org Git - libsigrok.git/commit
demo: make frame generation (and maximum frame count) a runtime option
authorGerhard Sittig <redacted>
Thu, 3 May 2018 19:26:07 +0000 (21:26 +0200)
committerGerhard Sittig <redacted>
Sun, 13 May 2018 18:03:21 +0000 (20:03 +0200)
commitfb193945b6188ffdb44b64f29b36c91f03f7f011
treea329a81ad89b14fc85f1e8cc564c826c56e18be4
parent03733430464abbc8eb23d50c8bef822dcd2ee20b
demo: make frame generation (and maximum frame count) a runtime option

The previous implementation supported the generation of frames as a
compile time option. This change lets users adjust the feature at
runtime.

In the absence of a frame count limit no frame begin/end markers get
sent (the default behaviour of the previous implementation). When a
frame count limit is specified, the respective number of frames gets
sent and acquisition stops.

The fixed amount of 1000 samples per frame is an arbitrary choice. This
compile time option is easily adjusted in the source code.
src/hardware/demo/api.c
src/hardware/demo/protocol.c
src/hardware/demo/protocol.h