]> sigrok.org Git - sigrok-cli.git/commit
decode: Optionally print sample numbers with protocol decoder annotations
authorGerhard Sittig <redacted>
Sun, 9 Jul 2017 11:56:45 +0000 (13:56 +0200)
committerGerhard Sittig <redacted>
Mon, 31 Jul 2017 17:40:03 +0000 (19:40 +0200)
commit08e9378bf68ad8fa0ce10dcb1973f819e10c5d1a
treee44dad70f90ad8ef31883d05e5e8bf1ab52b26d4
parente1a352d10076fd2c598befd54a4d6a6b60001eb6
decode: Optionally print sample numbers with protocol decoder annotations

Introduce the "--protocol-decoder-samplenum" command line option (no
short form available), which emits sample numbers with textual output
from protocol decoder annotations, regardless of a log level value.

This shall increase usability of sigrok-cli output with external
postprocessors, as the option exclusively adds sample numbers to the
output but does not affect the presence or layout of any other line.

This commit prepends "text" and "meta" annotations with sample number
information. It does not change "binary" output.
decode.c
options.c
sigrok-cli.h