]> sigrok.org Git - libsigrok.git/commit
rdtech-tc: migrate to feed queue helper
authorGerhard Sittig <redacted>
Thu, 16 Mar 2023 04:18:10 +0000 (05:18 +0100)
committerGerhard Sittig <redacted>
Thu, 16 Mar 2023 13:29:30 +0000 (14:29 +0100)
commitb3df76683179cbb9559e1cad8efe0d10c02dacce
treecadec9e5dcd1333e4472b1774e786e10af67cda4
parent8817bd6f5d9a92fcc582e3b51ea4cda3abc13b2a
rdtech-tc: migrate to feed queue helper

Implement the submission of analog data to the sigrok session by means
of the common feed queue logic. Use the feed queue's scaling support.
Implement a .dev_clear() routine which releases resources.

This exlusively leaves the extraction of numbers from binary data as
the only remaining use case for the binary helpers logic.
src/hardware/rdtech-tc/api.c
src/hardware/rdtech-tc/protocol.c
src/hardware/rdtech-tc/protocol.h