]> sigrok.org Git - sigrok-cli.git/commit
Rearrange protocol decoder output levels.
authorBert Vermeulen <redacted>
Wed, 27 Nov 2013 10:24:45 +0000 (11:24 +0100)
committerBert Vermeulen <redacted>
Wed, 27 Nov 2013 10:24:45 +0000 (11:24 +0100)
commit6fdcc67df1da2edc38ea16bf2f17950ba4a0161e
tree9ac70257f20d33fb41282bec7b1ab84b87a26834
parent20fb52e08416238c60392b410f69856cc7d98650
Rearrange protocol decoder output levels.

The protocol decoder output now varies according to --loglevel:

WARN (--loglevel 2, default):
  - show only the first annotation string, without quotes

INFO (--loglevel 3):
  - add sample numbers
  - quotes around annotation

DBG (--loglevel 4 and up):
  - add protocol decoder id
  - add annotation class
  - show all annotation strings, not just the first

In all cases, all annotation classes are shown, unless restricted with
the --protocol-decoder-annotations (-A) option.
decode.c