]> sigrok.org Git - libsigrok.git/commit
input/csv: rearrange text to logic data conversion and datafeed
authorGerhard Sittig <redacted>
Sun, 13 Oct 2019 15:33:53 +0000 (17:33 +0200)
committerGerhard Sittig <redacted>
Sat, 21 Dec 2019 17:20:04 +0000 (18:20 +0100)
commit626c388abf0b82f1b15a8d778332b5fdfccf53e2
tree2279f2513cd29311061dc8c188f3ed49aebcdeb4
parentdbc38383b27b4c754317db4d1c786ba8700c2981
input/csv: rearrange text to logic data conversion and datafeed

Move the helper routines which arrange for the data feed to an earlier
spot, so that references resolve without forward declarations. Rename
routines to reflect that they deal with logic data.

Slightly unobfuscate column text to logic data conversion, and reduce
redundancy. Move sample data preset to a central location.

Rephrase error messages, provide stronger hints as to why the input text
for a conversion was considered invalid.
src/input/csv.c