diff options
author | Tom Rondeau | 2011-04-24 23:27:41 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-04-24 23:27:41 -0400 |
commit | b3d961180d52536485173bd4a3dcee44550a70f6 (patch) | |
tree | 5994f5fcacdc124fb1a86a1ba7cd9d825cdc7d47 /gr-qtgui/lib/qtgui_time_sink_f.h | |
parent | 9d3c8971076bb1c05d61692002963fad967667b0 (diff) | |
parent | 703338443db476e19fc42f57e5d9f76ff7ec1751 (diff) | |
download | gnuradio-b3d961180d52536485173bd4a3dcee44550a70f6.tar.gz gnuradio-b3d961180d52536485173bd4a3dcee44550a70f6.tar.bz2 gnuradio-b3d961180d52536485173bd4a3dcee44550a70f6.zip |
Merge branch 'mergme/qtgui/api_exports'
Diffstat (limited to 'gr-qtgui/lib/qtgui_time_sink_f.h')
-rw-r--r-- | gr-qtgui/lib/qtgui_time_sink_f.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gr-qtgui/lib/qtgui_time_sink_f.h b/gr-qtgui/lib/qtgui_time_sink_f.h index d77a94ef1..29fca79ee 100644 --- a/gr-qtgui/lib/qtgui_time_sink_f.h +++ b/gr-qtgui/lib/qtgui_time_sink_f.h @@ -24,6 +24,7 @@ #define INCLUDED_QTGUI_TIME_SINK_F_H #include <Python.h> +#include <gr_qtgui_api.h> #include <gr_block.h> #include <gr_firdes.h> #include <gri_fft.h> @@ -33,15 +34,15 @@ class qtgui_time_sink_f; typedef boost::shared_ptr<qtgui_time_sink_f> qtgui_time_sink_f_sptr; -qtgui_time_sink_f_sptr qtgui_make_time_sink_f(int size, double bw, +GR_QTGUI_API qtgui_time_sink_f_sptr qtgui_make_time_sink_f(int size, double bw, const std::string &name, int nconnectons=1, QWidget *parent=NULL); -class qtgui_time_sink_f : public gr_block +class GR_QTGUI_API qtgui_time_sink_f : public gr_block { private: - friend qtgui_time_sink_f_sptr qtgui_make_time_sink_f(int size, double bw, + friend GR_QTGUI_API qtgui_time_sink_f_sptr qtgui_make_time_sink_f(int size, double bw, const std::string &name, int nconnections, QWidget *parent); |