]> sigrok.org Git - libsigrok.git/commit
output/csv: check unsupported/untested input signal conditions
authorGerhard Sittig <redacted>
Sat, 22 Aug 2020 15:57:55 +0000 (17:57 +0200)
committerGerhard Sittig <redacted>
Sat, 22 Aug 2020 17:00:05 +0000 (19:00 +0200)
commitce384e074f41685bad83c3cef10ea1d635a2834d
tree018a68ea4b12fb73771010424fc576c88be68a9c
parent66665b0932f726aa0dd428168dbedb0884c5bfef
output/csv: check unsupported/untested input signal conditions

The current implementation of the CSV output module makes assumptions
which don't hold. Which results in incorrect or incomplete output for
some combinations of logic and analog signals.

Check for some of the known problematic conditions, and warn the user
about potentially unexpected results. This is a workaround until the
issues properly get addressed in the implementation.

This is motivated by but does not resolve bug #1026.
src/output/csv.c