 |
GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
10 #ifndef INCLUDED_QTGUI_EYE_SINK_C_H
11 #define INCLUDED_QTGUI_EYE_SINK_C_H
20 #include <qapplication.h>
57 typedef std::shared_ptr<eye_sink_c>
sptr;
67 static sptr make(
int size,
69 unsigned int nconnections = 1,
70 QWidget* parent = NULL);
72 virtual void exec_() = 0;
73 virtual QWidget* qwidget() = 0;
76 virtual PyObject* pyqwidget() = 0;
78 virtual void* pyqwidget() = 0;
81 virtual void set_y_axis(
double min,
double max) = 0;
82 virtual void set_y_label(
const std::string& label,
const std::string& unit =
"") = 0;
83 virtual void set_update_time(
double t) = 0;
84 virtual void set_samp_per_symbol(
unsigned int sps) = 0;
85 virtual void set_line_label(
unsigned int which,
const std::string& label) = 0;
86 virtual void set_line_color(
unsigned int which,
const std::string& color) = 0;
87 virtual void set_line_width(
unsigned int which,
int width) = 0;
88 virtual void set_line_style(
unsigned int which,
int style) = 0;
89 virtual void set_line_marker(
unsigned int which,
int marker) = 0;
90 virtual void set_nsamps(
const int newsize) = 0;
91 virtual void set_samp_rate(
const double samp_rate) = 0;
92 virtual void set_line_alpha(
unsigned int which,
double alpha) = 0;
145 const std::string& tag_key =
"") = 0;
147 virtual std::string title() = 0;
148 virtual std::string line_label(
unsigned int which) = 0;
149 virtual std::string line_color(
unsigned int which) = 0;
150 virtual int line_width(
unsigned int which) = 0;
151 virtual int line_style(
unsigned int which) = 0;
152 virtual int line_marker(
unsigned int which) = 0;
153 virtual double line_alpha(
unsigned int which) = 0;
155 virtual void set_size(
int width,
int height) = 0;
157 virtual void enable_menu(
bool en =
true) = 0;
158 virtual void enable_grid(
bool en =
true) = 0;
159 virtual void enable_autoscale(
bool en =
true) = 0;
161 enable_stem_plot(
bool en =
true) = 0;
163 enable_semilogx(
bool en =
true) = 0;
165 enable_semilogy(
bool en =
true) = 0;
166 virtual void enable_control_panel(
bool en =
true) = 0;
167 virtual void enable_tags(
unsigned int which,
bool en) = 0;
168 virtual void enable_tags(
bool en) = 0;
169 virtual void enable_axis_labels(
bool en =
true) = 0;
170 virtual void disable_legend() = 0;
172 virtual int nsamps()
const = 0;
173 virtual void reset() = 0;
#define QTGUI_API
Definition: gr-qtgui/include/gnuradio/qtgui/api.h:18
float min(float a, float b)
synchronous 1:1 input to output with history
Definition: sync_block.h:25
std::shared_ptr< eye_sink_c > sptr
Definition: eye_sink_c.h:57
A graphical sink to display signals eye patterns.
Definition: eye_sink_c.h:53
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29
QApplication * d_qApplication
Definition: eye_sink_c.h:175
trigger_slope
Definition: trigger_mode.h:24
trigger_mode
Definition: trigger_mode.h:17