11 #ifndef CONSTELLATION_DISPLAY_FORM_H 12 #define CONSTELLATION_DISPLAY_FORM_H 17 #include <QtGui/QtGui> 36 int getNPoints()
const;
39 float getTriggerLevel()
const;
40 int getTriggerChannel()
const;
41 std::string getTriggerTagKey()
const;
45 void setNPoints(
const int);
48 void setYaxis(
double min,
double max);
49 void setXaxis(
double min,
double max);
50 void autoScale(
bool en)
override;
55 void setTriggerLevel(QString s);
56 void setTriggerLevel(
float level);
57 void setTriggerChannel(
int chan);
58 void setTriggerTagKey(QString s);
59 void setTriggerTagKey(
const std::string& s);
62 void newData(
const QEvent*)
override;
65 QIntValidator* d_int_validator;
81 std::string d_trig_tag_key;
float min(float a, float b)
#define QTGUI_API
Definition: gr-qtgui/include/gnuradio/qtgui/api.h:18
trigger_slope
Definition: trigger_mode.h:24
trigger_mode
Definition: trigger_mode.h:17
QWidget for displaying constellaton (I&Q) plots.
Definition: ConstellationDisplayPlot.h:23