]> sigrok.org Git - libsigrok.git/commit
input/csv: add automatic format match support
authorGerhard Sittig <redacted>
Fri, 18 Oct 2019 20:26:22 +0000 (22:26 +0200)
committerGerhard Sittig <redacted>
Sat, 21 Dec 2019 17:20:04 +0000 (18:20 +0100)
commitcd7c5f9655b4edd766bec5b3d1926609f1e736f3
tree4567a3f1c70f3d72b213f7b59455f50c9bbf7606
parent43e1e23a115e00d22d814da6a00e16015e726213
input/csv: add automatic format match support

Implement .format_match() support in the CSV input module. Simple
multi-column files will automatically load without an "-I csv" spec.
Non-default option values still do require the module selection before
options can get passed to the module.
src/input/csv.c