23 #ifndef CONSTELLATION_DISPLAY_FORM_H
24 #define CONSTELLATION_DISPLAY_FORM_H
29 #include <QtGui/QtGui>
48 int getNPoints()
const;
52 void setNPoints(
const int);
55 void setYaxis(
double min,
double max);
56 void setXaxis(
double min,
double max);
57 void autoScale(
bool en);
60 void newData(
const QEvent*);
63 QIntValidator* d_int_validator;
float min(float a, float b)
#define QTGUI_API
Definition: gr-qtgui/include/gnuradio/qtgui/api.h:30
QWidget for displaying constellaton (I&Q) plots.
Definition: ConstellationDisplayPlot.h:35