[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r11360 - gnuradio/branches/developers/trondeau/qt/gr-q
From: |
trondeau |
Subject: |
[Commit-gnuradio] r11360 - gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib |
Date: |
Sun, 5 Jul 2009 22:03:51 -0600 (MDT) |
Author: trondeau
Date: 2009-07-05 22:03:51 -0600 (Sun, 05 Jul 2009)
New Revision: 11360
Modified:
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib/ConstellationDisplayPlot.h
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib/FrequencyDisplayPlot.h
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib/TimeDomainDisplayPlot.h
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib/Waterfall3DDisplayPlot.h
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib/WaterfallDisplayPlot.h
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib/spectrumUpdateEvents.h
Log:
Adding cstdio and stdint.h for compatibility with gcc 4.4 (not sure it's
entirely working).
Modified:
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib/ConstellationDisplayPlot.h
===================================================================
---
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib/ConstellationDisplayPlot.h
2009-07-06 03:36:15 UTC (rev 11359)
+++
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib/ConstellationDisplayPlot.h
2009-07-06 04:03:51 UTC (rev 11360)
@@ -1,6 +1,7 @@
#ifndef CONSTELLATION_DISPLAY_PLOT_HPP
#define CONSTELLATION_DISPLAY_PLOT_HPP
+#include <cstdio>
#include <qwt_plot.h>
#include <qwt_painter.h>
#include <qwt_plot_canvas.h>
Modified:
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib/FrequencyDisplayPlot.h
===================================================================
---
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib/FrequencyDisplayPlot.h
2009-07-06 03:36:15 UTC (rev 11359)
+++
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib/FrequencyDisplayPlot.h
2009-07-06 04:03:51 UTC (rev 11360)
@@ -1,6 +1,7 @@
#ifndef FREQUENCY_DISPLAY_PLOT_HPP
#define FREQUENCY_DISPLAY_PLOT_HPP
+#include <cstdio>
#include <qwt_plot.h>
#include <qwt_painter.h>
#include <qwt_plot_canvas.h>
Modified:
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib/TimeDomainDisplayPlot.h
===================================================================
---
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib/TimeDomainDisplayPlot.h
2009-07-06 03:36:15 UTC (rev 11359)
+++
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib/TimeDomainDisplayPlot.h
2009-07-06 04:03:51 UTC (rev 11360)
@@ -1,6 +1,7 @@
#ifndef TIME_DOMAIN_DISPLAY_PLOT_HPP
#define TIME_DOMAIN_DISPLAY_PLOT_HPP
+#include <cstdio>
#include <qwt_plot.h>
#include <qwt_painter.h>
#include <qwt_plot_canvas.h>
Modified:
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib/Waterfall3DDisplayPlot.h
===================================================================
---
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib/Waterfall3DDisplayPlot.h
2009-07-06 03:36:15 UTC (rev 11359)
+++
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib/Waterfall3DDisplayPlot.h
2009-07-06 04:03:51 UTC (rev 11360)
@@ -1,6 +1,7 @@
#ifndef WATERFALL_3D_DISPLAY_PLOT_HPP
#define WATERFALL_3D_DISPLAY_PLOT_HPP
+#include <cstdio>
#include <highResTimeFunctions.h>
#include <waterfallGlobalData.h>
Modified:
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib/WaterfallDisplayPlot.h
===================================================================
---
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib/WaterfallDisplayPlot.h
2009-07-06 03:36:15 UTC (rev 11359)
+++
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib/WaterfallDisplayPlot.h
2009-07-06 04:03:51 UTC (rev 11360)
@@ -1,6 +1,7 @@
#ifndef WATERFALL_DISPLAY_PLOT_HPP
#define WATERFALL_DISPLAY_PLOT_HPP
+#include <cstdio>
#include <qwt_plot.h>
#include <qwt_plot_zoomer.h>
#include <qwt_plot_panner.h>
Modified:
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib/spectrumUpdateEvents.h
===================================================================
---
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib/spectrumUpdateEvents.h
2009-07-06 03:36:15 UTC (rev 11359)
+++
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib/spectrumUpdateEvents.h
2009-07-06 04:03:51 UTC (rev 11360)
@@ -1,6 +1,7 @@
#ifndef SPECTRUM_UPDATE_EVENTS_H
#define SPECTRUM_UPDATE_EVENTS_H
+#include <stdint.h>
#include <QEvent>
#include <QString>
#include <complex>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r11360 - gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/lib,
trondeau <=