summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-06-07 23:05:49 -0400
committerTom Rondeau <trondeau@vt.edu>2011-06-07 23:05:49 -0400
commitbba53da8418681d03ffd504042900bdd316f8e58 (patch)
tree06560ea512cceec91f82551eac9be7127749f11b /gr-qtgui/lib
parentfd509d44bfa14375dce396e712869be257903fc7 (diff)
added high_res_timer_epoch to give ticks at the epoch
Diffstat (limited to 'gr-qtgui/lib')
-rw-r--r--gr-qtgui/lib/WaterfallDisplayPlot.cc2
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)