From: Gerhard Sittig Date: Sun, 5 Mar 2023 12:38:28 +0000 (+0100) Subject: feed queue: add scaling, MQ and unit to analog feed submission X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=43e6f7a7798f579c97f34f77c586a4962a41c29a;hp=43e6f7a7798f579c97f34f77c586a4962a41c29a;p=libsigrok.git feed queue: add scaling, MQ and unit to analog feed submission Allow for the analog data to scale during submission, and pass caller specified MQ including flags and units to the sigrok session. Using these specs is optional, default behaviour is backwards compatible. Accumulated data gets flushed before the configuration changes. This allows the migration of binary helper using drivers to feed queue. ---