Move delayed conversion starter to SignalBase
authorSoeren Apel <soeren@apelpie.net>
Wed, 2 Aug 2017 07:15:18 +0000 (09:15 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Thu, 3 Aug 2017 11:16:21 +0000 (13:16 +0200)
commit932bc2461d7b84b084d3a77ccfeb3bdb1a2d0d6c
tree1853ce13ed21ea27e66a0f250d04480692981091
parentb4d448004ab0899f231b26325e646499d5874144
Move delayed conversion starter to SignalBase

This way, we can use the same mechanism for changing
min/max as well, preventing multiple successive starts
of the conversion algorithm.
Preventing this is necessary because it makes the UI
stop updating for a significant amount of time, which
we obviously don't want.
pv/data/signalbase.cpp
pv/data/signalbase.hpp
pv/views/trace/analogsignal.cpp
pv/views/trace/analogsignal.hpp