]> sigrok.org Git - libsigrok.git/commit
input/csv: add support for timestamp columns, auto detect samplerate
authorGerhard Sittig <redacted>
Thu, 17 Oct 2019 23:11:26 +0000 (01:11 +0200)
committerGerhard Sittig <redacted>
Sat, 21 Dec 2019 17:20:04 +0000 (18:20 +0100)
commit7e4e65bf65420617d19054bf3c2b2b47aa04c83d
treec8eae61388cc7c77bd9a8a55afcf71c2e8fc13a3
parentfc3b42e93ab4c9399ca34738bc81051db9bfea38
input/csv: add support for timestamp columns, auto detect samplerate

Accept 't' format specs for timestamp columns. Automatically derive the
samplerate from input data when timestamps are available and the user
did not provide a rate. Stick with a simple approach for robustness
since automatic detection is easy to override when it fails. This
feature is mostly about convenience.
src/input/csv.c