diff options
author | Tom Rondeau | 2011-06-13 12:35:42 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-06-13 12:35:42 -0400 |
commit | 5ce630cbce6460b739b175257ce0d717095a55f4 (patch) | |
tree | cabaca9d47ca1959f5e2861801a0ab160fe0be11 /gr-qtgui/lib/ConstellationDisplayPlot.h | |
parent | 86553ec410b1074bc4258b22027c5d31443d12ec (diff) | |
parent | f0143c5d557ca7e4bf05c26f410da13520df91e5 (diff) | |
download | gnuradio-5ce630cbce6460b739b175257ce0d717095a55f4.tar.gz gnuradio-5ce630cbce6460b739b175257ce0d717095a55f4.tar.bz2 gnuradio-5ce630cbce6460b739b175257ce0d717095a55f4.zip |
Merge branch 'master' into 8psk
Conflicts:
gr-qtgui/lib/qtgui_time_sink_c.cc
gr-trellis/src/lib/Makefile.am
gr-trellis/src/lib/calc_metric.h
gr-trellis/src/lib/trellis.i
gr-trellis/src/lib/trellis_constellation_metrics_cf.i
gr-trellis/src/lib/trellis_metric_type.h
gr-trellis/src/lib/trellis_sccc_encoder_XX.i.t
Diffstat (limited to 'gr-qtgui/lib/ConstellationDisplayPlot.h')
-rw-r--r-- | gr-qtgui/lib/ConstellationDisplayPlot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-qtgui/lib/ConstellationDisplayPlot.h b/gr-qtgui/lib/ConstellationDisplayPlot.h index 3a85f3bc3..23004f86c 100644 --- a/gr-qtgui/lib/ConstellationDisplayPlot.h +++ b/gr-qtgui/lib/ConstellationDisplayPlot.h @@ -34,7 +34,7 @@ #include <qwt_plot_zoomer.h> #include <qwt_plot_panner.h> #include <qwt_plot_marker.h> -#include <highResTimeFunctions.h> +#include <gruel/high_res_timer.h> #include <qwt_symbol.h> #include <qtgui_util.h> @@ -83,7 +83,7 @@ private: double* _realDataPoints; double* _imagDataPoints; - timespec _lastReplot; + gruel::high_res_timer_type _lastReplot; int64_t _numPoints; int64_t _penSize; |