diff options
author | Philip Balister | 2011-11-01 15:51:26 -0400 |
---|---|---|
committer | Philip Balister | 2011-11-01 15:51:26 -0400 |
commit | 3259e2a6a4effa2e847f096094df36d37e781742 (patch) | |
tree | 4184041baff12ed12fbd3845a70e7db497960b98 /gr-qtgui/include/qtgui_sink_c.h | |
parent | 037c5f60492f9201e23671fc87dd1ed0dd5cc5c9 (diff) | |
download | gnuradio-3259e2a6a4effa2e847f096094df36d37e781742.tar.gz gnuradio-3259e2a6a4effa2e847f096094df36d37e781742.tar.bz2 gnuradio-3259e2a6a4effa2e847f096094df36d37e781742.zip |
qtgui_sink_c : Fix update rate math.
I botched the conversion to gruel high res timers. This patch fixes things.
Checked on x86 byt hand adjusting update rate. We should expose the update
rate setting to users.
Signed-off-by: Philip Balister <philip@opensdr.com>
Diffstat (limited to 'gr-qtgui/include/qtgui_sink_c.h')
-rw-r--r-- | gr-qtgui/include/qtgui_sink_c.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/include/qtgui_sink_c.h b/gr-qtgui/include/qtgui_sink_c.h index 28c0f1372..024ea360b 100644 --- a/gr-qtgui/include/qtgui_sink_c.h +++ b/gr-qtgui/include/qtgui_sink_c.h @@ -90,7 +90,7 @@ private: bool d_plotfreq, d_plotwaterfall, d_plottime, d_plotconst; - double d_update_time; + gruel::high_res_timer_type d_update_time; QWidget *d_parent; SpectrumGUIClass *d_main_gui; |