]> sigrok.org Git - libsigrok.git/commitdiff
asix-sigma: concentrate more sample memory interpretation params
authorGerhard Sittig <redacted>
Mon, 18 May 2020 18:11:02 +0000 (20:11 +0200)
committerGerhard Sittig <redacted>
Sun, 31 May 2020 21:44:29 +0000 (23:44 +0200)
Start moving parameters into the device context which are related to the
interpretation of sample memory content. This can simplify error paths,
allow to release resources late. And ideally sample memory download and
interpretation could spread across several receive callbacks, improving
UI responsiveness. Also makes total and current dimensions available to
deeper nesting levels in the interpretation, which currently don't have
access to these details.


No differences found