]> sigrok.org Git - pulseview.git/commit
Implement annotation export for all rows
authorSoeren Apel <redacted>
Mon, 6 Aug 2018 19:25:59 +0000 (21:25 +0200)
committerUwe Hermann <redacted>
Tue, 21 Aug 2018 10:02:38 +0000 (12:02 +0200)
commit5a914348e8c95f92fd7c1c5988d563c5fb472aa2
tree8d1c8b338d08e477c53f2475c377b3a6a070f0bf
parent1ed996b433f3391f54846784d76da4fe6b07500f
Implement annotation export for all rows

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
pv/data/decode/annotation.cpp
pv/data/decode/annotation.hpp
pv/data/decode/rowdata.cpp
pv/data/decode/rowdata.hpp
pv/data/decodesignal.cpp
pv/data/decodesignal.hpp
pv/views/trace/decodetrace.cpp
pv/views/trace/decodetrace.hpp