]> sigrok.org Git - libsigrok.git/commit
output/vcd: assign adjacent names to enabled channels
authorGerhard Sittig <redacted>
Sun, 4 Feb 2018 22:05:59 +0000 (23:05 +0100)
committerUwe Hermann <redacted>
Fri, 9 Feb 2018 21:40:58 +0000 (22:40 +0100)
commita299a95413594201b4bb58d7d345e1933ebca5ae
tree82779780c759f818ceffb42cc121055270a2a6bd
parent64aa214a22fdbc4a083f3cd6bd06755e6784b96c
output/vcd: assign adjacent names to enabled channels

Identifiers for channels in the VCD header section could be "sparse"
when sigrok channels were disabled. Make sure to not assign names to
disabled channels. This will e.g. assign !, ", and # to channels D1, D3,
and D6, when D0, D2, D4-D5, and D7 are disabled.

This addresses part of bug #519.
src/output/vcd.c