diff options
author | Tom Rondeau | 2010-05-11 21:19:15 -0400 |
---|---|---|
committer | Tom Rondeau | 2010-05-11 21:19:15 -0400 |
commit | 39cb5b8daee27ccca4d1919706910ccff116f45d (patch) | |
tree | d7c9287167e514f4411c5708bd2813a85418722e /gr-qtgui/src/lib/ConstellationDisplayPlot.h | |
parent | 1fc7c57f778a9f05ded1d216247242ee13632d03 (diff) | |
parent | 55364771aee8933ded7e98bd3c873d767f717cec (diff) | |
download | gnuradio-39cb5b8daee27ccca4d1919706910ccff116f45d.tar.gz gnuradio-39cb5b8daee27ccca4d1919706910ccff116f45d.tar.bz2 gnuradio-39cb5b8daee27ccca4d1919706910ccff116f45d.zip |
Merge branch 'qtupdate'
Diffstat (limited to 'gr-qtgui/src/lib/ConstellationDisplayPlot.h')
-rw-r--r-- | gr-qtgui/src/lib/ConstellationDisplayPlot.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gr-qtgui/src/lib/ConstellationDisplayPlot.h b/gr-qtgui/src/lib/ConstellationDisplayPlot.h index 99ae566e0..a441a8bfe 100644 --- a/gr-qtgui/src/lib/ConstellationDisplayPlot.h +++ b/gr-qtgui/src/lib/ConstellationDisplayPlot.h @@ -24,7 +24,8 @@ public: void PlotNewData(const double* realDataPoints, const double* imagDataPoints, - const int64_t numDataPoints); + const int64_t numDataPoints, + const double timeInterval); virtual void replot(); @@ -55,8 +56,6 @@ private: int64_t _numPoints; int64_t _penSize; - - double _displayIntervalTime; }; #endif /* CONSTELLATION_DISPLAY_PLOT_HPP */ |