]> sigrok.org Git - libsigrok.git/commit
input: vcd: register channels when parsing header not when initializing
authorWolfram Sang <redacted>
Sun, 10 Jan 2016 11:08:54 +0000 (12:08 +0100)
committerUwe Hermann <redacted>
Thu, 28 Jan 2016 18:03:53 +0000 (19:03 +0100)
commitab464eb3dc7fc9646592d882ca79aa0a8fa5101b
tree9b5bee55b1f788b827599d4d30747cfecf7f003f
parent34724ffa340b4df9706aa02d686563ed72b7840f
input: vcd: register channels when parsing header not when initializing

Benefits:

* only channels really used in vcd will be added
* we can give them the proper name found in the vcd file
* less code :)

Signed-off-by: Wolfram Sang <redacted>
src/input/vcd.c