11 #ifndef INCLUDED_QTGUI_SINK_F_H
12 #define INCLUDED_QTGUI_SINK_F_H
15 #pragma push_macro("slots")
18 #pragma pop_macro("slots")
23 #include <qapplication.h>
24 #include <qwt_symbol.h>
65 typedef std::shared_ptr<sink_f>
sptr;
85 const std::string& name,
90 QWidget* parent = NULL);
96 virtual PyObject* pyqwidget() = 0;
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:60
A graphical sink to display freq, spec, and time.
Definition: sink_f.h:62
virtual void set_frequency_range(const double centerfreq, const double bandwidth)=0
virtual void * pyqwidget()=0
virtual void set_update_time(double t)=0
static sptr make(int fftsize, int wintype, double fc, double bw, const std::string &name, bool plotfreq, bool plotwaterfall, bool plottime, bool plotconst, QWidget *parent=NULL)
Build a floating point qtgui sink.
virtual void set_fft_power_db(double min, double max)=0
std::shared_ptr< sink_f > sptr
Definition: sink_f.h:65
virtual int fft_size() const =0
virtual void enable_rf_freq(bool en)=0
virtual void set_fft_size(const int fftsize)=0
virtual QWidget * qwidget()=0
QApplication * d_qApplication
Definition: sink_f.h:115
#define QTGUI_API
Definition: gr-qtgui/include/gnuradio/qtgui/api.h:18
float min(float a, float b)
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29