From: Gerhard Sittig Date: Mon, 18 May 2020 18:11:02 +0000 (+0200) Subject: asix-sigma: concentrate more sample memory interpretation params X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=ee5cef710315611b9e48b901c70311f23c99ef95;hp=ee5cef710315611b9e48b901c70311f23c99ef95;p=libsigrok.git 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. ---