diff options
author | Josh Blum | 2011-06-07 23:05:49 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-06-07 23:05:49 -0400 |
commit | bba53da8418681d03ffd504042900bdd316f8e58 (patch) | |
tree | 06560ea512cceec91f82551eac9be7127749f11b /gr-qtgui/lib | |
parent | fd509d44bfa14375dce396e712869be257903fc7 (diff) | |
download | gnuradio-bba53da8418681d03ffd504042900bdd316f8e58.tar.gz gnuradio-bba53da8418681d03ffd504042900bdd316f8e58.tar.bz2 gnuradio-bba53da8418681d03ffd504042900bdd316f8e58.zip |
added high_res_timer_epoch to give ticks at the epoch
Diffstat (limited to 'gr-qtgui/lib')
-rw-r--r-- | gr-qtgui/lib/WaterfallDisplayPlot.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/lib/WaterfallDisplayPlot.cc b/gr-qtgui/lib/WaterfallDisplayPlot.cc index 3dc182bca..1476be2bd 100644 --- a/gr-qtgui/lib/WaterfallDisplayPlot.cc +++ b/gr-qtgui/lib/WaterfallDisplayPlot.cc @@ -125,7 +125,7 @@ public: virtual void SetZeroTime(const gruel::high_res_timer_type newTime) { - _zeroTime = newTime; + _zeroTime = newTime - gruel::high_res_timer_epoch(); } virtual void SetSecondsPerLine(const double newTime) |