]> sigrok.org Git - libsigrok.git/commit
binary helper: drop analog channel support (submit samples to feed)
authorGerhard Sittig <redacted>
Wed, 15 Mar 2023 22:59:02 +0000 (23:59 +0100)
committerGerhard Sittig <redacted>
Thu, 16 Mar 2023 13:29:30 +0000 (14:29 +0100)
commite7fe5bb4974e9c4f8f28ab219fdf4c425c510ec2
treed1b84ed1cc8e0459dbd7e9e6cedc2bd34ef9c491
parentb3df76683179cbb9559e1cad8efe0d10c02dacce
binary helper: drop analog channel support (submit samples to feed)

Remove the bv_send_analog_channel() routine and its data types. All
callers have migrated to the common feed queue API. Extracting numbers
from raw binary images remains the only use case for binary helpers.

Prefer read_u8() et al endianess aware readers over R8() preprocessor
macros. Reduce indentation in the switch() cases according to style.
Accept scale factor 0 to mean no scaling in addition to factor 1.
Update comments to avoid the redundant "binary blob" phrase.
src/binary_helpers.c
src/libsigrok-internal.h