]> sigrok.org Git - libsigrok.git/commit
input/chronovu_la8: only send data to the session, don't send the header
authorGerhard Sittig <redacted>
Sun, 13 May 2018 10:28:07 +0000 (12:28 +0200)
committerUwe Hermann <redacted>
Fri, 25 May 2018 21:07:28 +0000 (23:07 +0200)
commite8eb24222c862fd8fd8a6690c65305e864b47882
tree221daabe307e29c7369b68699c0607df6e955fb4
parent20358f90b40a9ecb35529b1cd64bbc44f64beff2
input/chronovu_la8: only send data to the session, don't send the header

The file format is funny, a data part is leading (fixed size) and a
"header" part follows. The previous implementation sent the header part
to the session, too, pretending it was part of the data. This change
limits the number of samples that get sent to the session.

Comment on the file layout and header fields while we are here. This
information got lost in commit 02e24c0ce0d8 when the input module got
converted from do-it-yourself file operations to having intrinsic
handler routines invoked from common logic which handles the file.
src/input/chronovu_la8.c