]> sigrok.org Git - libsigrok.git/commit
input/csv: move samplerate meta packet to logic data feed submission
authorGerhard Sittig <redacted>
Sun, 13 Oct 2019 15:51:35 +0000 (17:51 +0200)
committerGerhard Sittig <redacted>
Sat, 21 Dec 2019 17:20:04 +0000 (18:20 +0100)
commit246aca5f5468514e0b9b7f28cf8db009e38e6952
tree6274443001b5ff9ff5946e2d1aedb2ded52a2d26
parent626c388abf0b82f1b15a8d778332b5fdfccf53e2
input/csv: move samplerate meta packet to logic data feed submission

Move the communication of the samplerate meta packet to the very spot
where logic sample data gets sent. This allows to optionally determine
late the samplerate, potentially from input data instead of user specs.
src/input/csv.c