]> sigrok.org Git - libsigrok.git/commit
input: vcd: allow optional index item
authorWolfram Sang <redacted>
Wed, 30 Dec 2015 21:04:38 +0000 (22:04 +0100)
committerUwe Hermann <redacted>
Thu, 28 Jan 2016 18:03:53 +0000 (19:03 +0100)
commite85e550d92e680f19c9be759dfc2b29ce72ae7c5
treefbb77bd219f068d36bf3fec20709174bdeff4b38
parent650847e7d3caf097042397bd4522a7a393cb89ab
input: vcd: allow optional index item

A $var block can have an optional index item which looks like '[<sth>]'.
Parse it, too, and append it to the channel name.

This fixes bug #322. A first version was posted by Simon Richter. This
version is rebased and simplified.

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