]> sigrok.org Git - pulseview.git/commit
Various binary output-related changes
authorSoeren Apel <redacted>
Sun, 15 Dec 2019 16:20:51 +0000 (17:20 +0100)
committerUwe Hermann <redacted>
Mon, 16 Dec 2019 23:19:57 +0000 (00:19 +0100)
commitc8a6db0e46202d49b47158e902e1afb8b1d5fbcf
treebfcd34fe4378966f39de43d0622189b46305a234
parent516d21289dafa7ce9b5352454a0eda31999c5efc
Various binary output-related changes

1) Remove some try..catch clauses that can easily be handled by if (...) instead
so that debugging unwanted exceptions is easier
2) Replace some iterator-based loops by loops using index-based container access
3) Replace the binary chunk container by a deque
pv/data/decodesignal.cpp
pv/data/decodesignal.hpp
pv/views/decoder_output/QHexView.cpp
pv/views/trace/analogsignal.cpp
pv/views/trace/decodetrace.cpp