 |
GNU Radio Manual and C++ API Reference
3.10.3.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;
75 virtual void set_y_axis(
double min,
double max) = 0;
76 virtual void set_y_label(
const std::string& label,
const std::string& unit =
"") = 0;
77 virtual void set_update_time(
double t) = 0;
78 virtual void set_samp_per_symbol(
unsigned int sps) = 0;
79 virtual void set_line_label(
unsigned int which,
const std::string& label) = 0;
80 virtual void set_line_color(
unsigned int which,
const std::string& color) = 0;
81 virtual void set_line_width(
unsigned int which,
int width) = 0;
82 virtual void set_line_style(
unsigned int which,
int style) = 0;
83 virtual void set_line_marker(
unsigned int which,
int marker) = 0;
84 virtual void set_nsamps(
const int newsize) = 0;
85 virtual void set_samp_rate(
const double samp_rate) = 0;
86 virtual void set_line_alpha(
unsigned int which,
double alpha) = 0;
139 const std::string& tag_key =
"") = 0;
141 virtual std::string title() = 0;
142 virtual std::string line_label(
unsigned int which) = 0;
143 virtual std::string line_color(
unsigned int which) = 0;
144 virtual int line_width(
unsigned int which) = 0;
145 virtual int line_style(
unsigned int which) = 0;
146 virtual int line_marker(
unsigned int which) = 0;
147 virtual double line_alpha(
unsigned int which) = 0;
149 virtual void set_size(
int width,
int height) = 0;
151 virtual void enable_menu(
bool en =
true) = 0;
152 virtual void enable_grid(
bool en =
true) = 0;
153 virtual void enable_autoscale(
bool en =
true) = 0;
155 enable_stem_plot(
bool en =
true) = 0;
157 enable_semilogx(
bool en =
true) = 0;
159 enable_semilogy(
bool en =
true) = 0;
160 virtual void enable_control_panel(
bool en =
true) = 0;
161 virtual void enable_tags(
unsigned int which,
bool en) = 0;
162 virtual void enable_tags(
bool en) = 0;
163 virtual void enable_axis_labels(
bool en =
true) = 0;
164 virtual void disable_legend() = 0;
166 virtual int nsamps()
const = 0;
167 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.
Definition: basic_block.h:29
QApplication * d_qApplication
Definition: eye_sink_c.h:169
trigger_slope
Definition: trigger_mode.h:24
trigger_mode
Definition: trigger_mode.h:17