]> sigrok.org Git - sigrok-cli.git/commit
decode: shuffle order of JSON trace fields for readability
authorGerhard Sittig <redacted>
Sat, 25 Jul 2020 11:07:20 +0000 (13:07 +0200)
committerGerhard Sittig <redacted>
Sat, 25 Jul 2020 11:25:08 +0000 (13:25 +0200)
commita92fe14dd86aceb5c75be26247345faed70c6283
treeaddf3ebbdcc70ad5c50f3be595c67fbed5331cc1
parent118228e13f8e1807d5a21cf7b038e4cc38a5e15b
decode: shuffle order of JSON trace fields for readability

Use a similar order of JSON trace fields as other modes of annotation
output do. This increases readability for humans by moving timestamps
and decoder IDs to the left, and keeping the annotation text at the
right hand side with nothing else following it, and at a constant text
position (somewhat, depending on how timing numbers align, and how
several annotation rows interleave).
decode.c