]> sigrok.org Git - libsigrok.git/commit
input/csv: work around undesired logic/analog group "bleeding"
authorGerhard Sittig <redacted>
Thu, 17 Oct 2019 19:52:50 +0000 (21:52 +0200)
committerGerhard Sittig <redacted>
Sat, 21 Dec 2019 17:20:04 +0000 (18:20 +0100)
commit3f1f63f007466038e5330b44e477bdce51c2e770
treef2f464cfe3bb9f72d99ec897a103fe33e8a82e2a
parenta267bf450cf4aad9390eff67cf2e6bce5bb8512c
input/csv: work around undesired logic/analog group "bleeding"

Support for mixed signal CSV input data is desirable and should be
possible. The current implementation just happens to not fully cope with
arbitrary mixes of data types in columns yet. Add a quick workaround,
but also a TODO item to properly address the topic later.
src/input/csv.c