]> sigrok.org Git - libsigrok.git/commit
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)
commitee5cef710315611b9e48b901c70311f23c99ef95
treed1223e0c39cb770dc936d4e2f5f8c76386f6ae7a
parentde4c29fa9116fcd007b136ec550d81b40b3d3989
asix-sigma: concentrate more sample memory interpretation params

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.
src/hardware/asix-sigma/protocol.c
src/hardware/asix-sigma/protocol.h