]> sigrok.org Git - libsigrok.git/commit
output/csv: use longer names for iteration variables
authorGerhard Sittig <redacted>
Sun, 4 Mar 2018 17:19:38 +0000 (18:19 +0100)
committerUwe Hermann <redacted>
Mon, 12 Mar 2018 14:55:22 +0000 (15:55 +0100)
commita551cb0927db34bf83fcb2c71023fe4df08a22b6
tree2b5d80227930bd322672502b4739c402767ea719
parentb078dddb849829be05093bbce5a7056fa2fc0eb7
output/csv: use longer names for iteration variables

The process_analog() logic is rather complex, dealing with the total
list of channels in the device (which can be of different types), and a
number of submitted samples for a specified list of channels. Replace
the rather short variable names for i, j, c (and num_channels) with
something longer that hopefully increases readability of the complex
loop bodies.

Note that this change merely renames identifiers, and does not change
behaviour.
src/output/csv.c