]> sigrok.org Git - libsigrok.git/commit
input/csv: improve "channel name from header line" logic
authorGerhard Sittig <redacted>
Tue, 15 Oct 2019 16:27:34 +0000 (18:27 +0200)
committerGerhard Sittig <redacted>
Sat, 21 Dec 2019 17:20:04 +0000 (18:20 +0100)
commitf6dcb3200d12089690976aa6fb25f7071eb4220a
tree03d9dc1fc968fd4544d4f4e65a2025c67699b859
parente53f32d2b8163838c404c4fade01fb02648e7505
input/csv: improve "channel name from header line" logic

Improve the code paths which determine logic channels' names from an
optional CSV file header line. Strip optional quotes from the column's
input text (re-use a SCPI helper routine for that). Also use the channel
name for multi-bit fields, append [0] etc suffixes in that case. Comment
on the manipulation of input data, which is acceptable since that very
data won't get processed another time in another code path.
src/input/csv.c