diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-07 23:05:49 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-06-07 23:05:49 -0400 |
commit | bba53da8418681d03ffd504042900bdd316f8e58 (patch) | |
tree | 06560ea512cceec91f82551eac9be7127749f11b /gr-qtgui | |
parent | fd509d44bfa14375dce396e712869be257903fc7 (diff) |
added high_res_timer_epoch to give ticks at the epoch
Diffstat (limited to 'gr-qtgui')
-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 3dc182bca7..1476be2bd6 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) |