11 #ifndef INCLUDED_QTGUI_SINK_F_H
12 #define INCLUDED_QTGUI_SINK_F_H
16 #include <qapplication.h>
17 #include <qwt_symbol.h>
58 typedef std::shared_ptr<sink_f>
sptr;
78 const std::string& name,
83 QWidget* parent = NULL);
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
A graphical sink to display freq, spec, and time.
Definition: sink_f.h:55
virtual void set_frequency_range(const double centerfreq, const double bandwidth)=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:58
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:102
#define QTGUI_API
Definition: gr-qtgui/include/gnuradio/qtgui/api.h:18
float min(float a, float b)
GNU Radio logging wrapper.
Definition: basic_block.h:29