Implement annotation export for all rows
authorSoeren Apel <soeren@apelpie.net>
Mon, 6 Aug 2018 19:25:59 +0000 (21:25 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Tue, 21 Aug 2018 10:02:38 +0000 (12:02 +0200)
Needed parts are:
1) Annotations must have a reference to the row they belong to
2) DecodeSignal must offer a method to return annotations for all rows
3) Annotations must become comparable to allow for sorting
4) DecodeTrace must handle the different annotation export cases


No differences found