 |
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_F_H
11 #define INCLUDED_QTGUI_EYE_SINK_F_H
20 #include <qapplication.h>
57 typedef std::shared_ptr<eye_sink_f>
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& line) = 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;
131 const std::string& tag_key =
"") = 0;
133 virtual std::string title() = 0;
134 virtual std::string line_label(
unsigned int which) = 0;
135 virtual std::string line_color(
unsigned int which) = 0;
136 virtual int line_width(
unsigned int which) = 0;
137 virtual int line_style(
unsigned int which) = 0;
138 virtual int line_marker(
unsigned int which) = 0;
139 virtual double line_alpha(
unsigned int which) = 0;
141 virtual void set_size(
int width,
int height) = 0;
143 virtual void enable_menu(
bool en =
true) = 0;
144 virtual void enable_grid(
bool en =
true) = 0;
145 virtual void enable_autoscale(
bool en =
true) = 0;
147 enable_stem_plot(
bool en =
true) = 0;
149 enable_semilogx(
bool en =
true) = 0;
151 enable_semilogy(
bool en =
true) = 0;
152 virtual void enable_control_panel(
bool en =
true) = 0;
153 virtual void enable_tags(
unsigned int which,
bool en) = 0;
154 virtual void enable_tags(
bool en) = 0;
155 virtual void enable_axis_labels(
bool en =
true) = 0;
156 virtual void disable_legend() = 0;
158 virtual int nsamps()
const = 0;
159 virtual void reset() = 0;
A graphical sink to display signals eye patterns.
Definition: eye_sink_f.h:53
#define QTGUI_API
Definition: gr-qtgui/include/gnuradio/qtgui/api.h:18
QApplication * d_qApplication
Definition: eye_sink_f.h:161
float min(float a, float b)
synchronous 1:1 input to output with history
Definition: sync_block.h:25
GNU Radio logging wrapper.
Definition: basic_block.h:29
std::shared_ptr< eye_sink_f > sptr
Definition: eye_sink_f.h:57
trigger_slope
Definition: trigger_mode.h:24
trigger_mode
Definition: trigger_mode.h:17