]> sigrok.org Git - pulseview.git/commit
DecodeSignal: Process late annotations which are sent upon EOF
authorGerhard Sittig <redacted>
Mon, 3 Oct 2022 19:10:40 +0000 (21:10 +0200)
committerSoeren Apel <redacted>
Sat, 8 Oct 2022 18:59:26 +0000 (20:59 +0200)
commitfd6005aadf3c86bca4dc1fb487d8615669e1deee
tree92e83e49b0f3defcefb3b8933ca8c84b4b64e7de
parentf375439ffd21c497f7170dc4d5eca94e816116ce
DecodeSignal: Process late annotations which are sent upon EOF

When protocol decoders learn about the end of the input data, they may
emit more annotations before their operation terminates or gets reset
and re-fed. Do process these late annotations in the application, too.
Without this change, the last annotations are not seen. See bug #292
for an example.
pv/data/decodesignal.cpp