23 #ifndef INCLUDED_QTGUI_SINK_F_H
24 #define INCLUDED_QTGUI_SINK_F_H
29 #include <qapplication.h>
30 #include <qwt_symbol.h>
69 static sptr make(
int fftsize,
int wintype,
71 const std::string &
name,
72 bool plotfreq,
bool plotwaterfall,
73 bool plottime,
bool plotconst,
74 QWidget *parent=NULL);
76 virtual void exec_() = 0;
77 virtual PyObject* pyqwidget() = 0;
79 virtual void set_fft_size(
const int fftsize) = 0;
80 virtual int fft_size()
const = 0;
82 virtual void set_frequency_range(
const double centerfreq,
83 const double bandwidth) = 0;
84 virtual void set_fft_power_db(
double min,
double max) = 0;
91 virtual void set_update_time(
double t) = 0;
float min(float a, float b)
boost::shared_ptr< sink_f > sptr
Definition: sink_f.h:53
#define QTGUI_API
Definition: gr-qtgui/include/gnuradio/qtgui/api.h:30
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
QApplication * d_qApplication
Definition: sink_f.h:93
A graphical sink to display freq, spec, and time.
Definition: sink_f.h:49
VOLK_API $kern pname $kern name
A function pointer to the dispatcher implementation.
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:60