]> sigrok.org Git - libsigrok.git/commit
New all-singing, almost all dancing, csv output module.
authorMike Meyer <redacted>
Fri, 5 Aug 2016 09:52:08 +0000 (04:52 -0500)
committerUwe Hermann <redacted>
Sun, 4 Sep 2016 16:03:50 +0000 (18:03 +0200)
commit9e24c8bc65852e9de82c5e8efdfe15b9bed61dd1
tree5c862ab73e052e44d8476f50ec8eb92cc70c544b
parent55ec0b673af83b70615482c0c5ce33b18ef02fa8
New all-singing, almost all dancing, csv output module.

 - It now handles more than one analog value correctly - at least from the
   demo driver.
 - Add column headers from channel names.
 - Add a row dedup capability.
 - Add a sample time column.
 - Add a frame end formatting (for gnuplot).
 - Made almost all formatting controllable or at least optional.
 - Fix it so we can mix analog and digital values.
 - Add outputting a gnuplot script for the data.
 - Count actual channels, not just mine, to find end of sample.
 - Add trigger option (untested).
src/output/csv.c