]> sigrok.org Git - libsigrok.git/commit
input/vcd: use common helpers for text lines/words splitting
authorGerhard Sittig <redacted>
Tue, 4 Jul 2023 16:40:19 +0000 (18:40 +0200)
committerGerhard Sittig <redacted>
Wed, 12 Jul 2023 18:42:48 +0000 (20:42 +0200)
commitec55714181b0c60e293a5ff6b838b7c99dcabde3
treee7d4c62f0c3b06a09c4b8d4b36e01097f53d74e6
parent4db61ed4d0c5df35a15da380ef55d27c73e38051
input/vcd: use common helpers for text lines/words splitting

Use recently added strutil helpers which isolate text lines in receive
buffers and which locate whitespace separated words on text lines. This
simplifies the processing of the data section of VCD input files.

It's essential to _not_ use these helpers when the receive buffer must
not get manipulated, like in file format matches, or when control data
sections span multiple text lines. Update comments to raise awareness.
src/input/vcd.c