]> sigrok.org Git - libsigrok.git/commit
feed_queue: rename routines for submission of a single sample value
authorGerhard Sittig <redacted>
Sun, 15 Oct 2023 08:08:11 +0000 (10:08 +0200)
committerGerhard Sittig <redacted>
Mon, 16 Oct 2023 20:19:28 +0000 (22:19 +0200)
commitf40d8479b0cccf031feb0fc52b19333e85a9c4b3
tree2f0c723cd215dcc4ab23ff96020a4285b25d54a2
parent683f977e266eea4958839c561888f0f96c043ab6
feed_queue: rename routines for submission of a single sample value

Common feed queue support originated from input module RLE compression.
Its API would accept a single sample value and optionally repeat that
value several times.

Rename the routines and its parameter for improved awareness. Adjust
existing callers: The asix-omega, atorch, kingst-la, rdtech-tc, and
rdtech-um acquisition device drivers, as well as the protocoldata,
stf, and vcd input modules.

See a word diff for the essence of the change.
src/hardware/asix-omega-rtm-cli/protocol.c
src/hardware/atorch/protocol.c
src/hardware/kingst-la2016/protocol.c
src/hardware/rdtech-tc/protocol.c
src/hardware/rdtech-um/protocol.c
src/input/feed_queue.c
src/input/protocoldata.c
src/input/stf.c
src/input/vcd.c
src/libsigrok-internal.h