]> sigrok.org Git - libsigrok.git/commit
output/csv: Add an option to output units for column labels.
authorMike Meyer <redacted>
Thu, 8 Sep 2016 16:06:33 +0000 (11:06 -0500)
committerUwe Hermann <redacted>
Sat, 24 Sep 2016 09:21:00 +0000 (11:21 +0200)
commitcad447d21a28438cd34bcfa053383e7487b16b35
tree5a74183339343ea29e1ed415ce93f6c62433abe8
parentd53295e69edda62f966488bb6e4c05c1c842c6fe
output/csv: Add an option to output units for column labels.

This change tweaks the CSV output module to change the label
setting from on/off to units/channels/off, where channels is the old
on behavior, and units uses the meaning field to generate the column
label - except for the generated Time column, which uses the label from
the X axis when it's generating gnuplot output.
src/output/csv.c