summaryrefslogtreecommitdiff
path: root/gr-qtgui/src/lib/ConstellationDisplayPlot.h
diff options
context:
space:
mode:
authorTom Rondeau2010-05-11 21:19:15 -0400
committerTom Rondeau2010-05-11 21:19:15 -0400
commit39cb5b8daee27ccca4d1919706910ccff116f45d (patch)
treed7c9287167e514f4411c5708bd2813a85418722e /gr-qtgui/src/lib/ConstellationDisplayPlot.h
parent1fc7c57f778a9f05ded1d216247242ee13632d03 (diff)
parent55364771aee8933ded7e98bd3c873d767f717cec (diff)
downloadgnuradio-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.h5
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 */