 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_QTGUI_SINK_C_H
24 #define INCLUDED_QTGUI_SINK_C_H
32 #include <qapplication.h>
33 #include <qwt_symbol.h>
74 typedef boost::shared_ptr<sink_c>
sptr;
94 const std::string& name,
99 QWidget* parent = NULL);
105 virtual PyObject* pyqwidget() = 0;
#define QTGUI_API
Definition: gr-qtgui/include/gnuradio/qtgui/api.h:30
float min(float a, float b)
boost::shared_ptr< sink_c > sptr
Definition: sink_c.h:74
virtual void enable_rf_freq(bool en)=0
A graphical sink to display freq, spec, time, and const plots.
Definition: sink_c.h:71
virtual void set_fft_power_db(double min, double max)=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 complex qtgui sink.
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:72
virtual void set_update_time(double t)=0
virtual int fft_size() const =0
QApplication * d_qApplication
Definition: sink_c.h:124
virtual void set_frequency_range(const double centerfreq, const double bandwidth)=0
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
virtual void set_fft_size(const int fftsize)=0
virtual void * pyqwidget()=0
virtual QWidget * qwidget()=0