]> sigrok.org Git - libsigrok.git/commit
input/csv: move channel creation to column processing details creation
authorGerhard Sittig <redacted>
Wed, 16 Oct 2019 20:16:24 +0000 (22:16 +0200)
committerGerhard Sittig <redacted>
Sat, 21 Dec 2019 17:20:04 +0000 (18:20 +0100)
commit9e7af34eaf466a432d5fb02eacd3bb818cc839fc
treeef2c2a73e7c4a664971f296ec495ca5f95c5aa4f
parent5a9711764d79272e0d1ece0dca6b7cf366fabaf0
input/csv: move channel creation to column processing details creation

Move the creation of logic channels to the location where formats fields
get iterated, and column processing details get derived. This reduces a
lot of redundancy, and simplifies the addition of more data formats.
src/input/csv.c