21 #ifndef INCLUDED_RADAR_QTGUI_SCATTER_PLOT_IMPL_H
22 #define INCLUDED_RADAR_QTGUI_SCATTER_PLOT_IMPL_H
36 qtgui_scatter_plot_impl(
int interval, std::string label_x, std::string label_y, std::vector<float> axis_x, std::vector<float> axis_y, std::string label);
int d_argc
Definition: qtgui_scatter_plot_impl.h:48
Definition: scatter_plot.h:33
int d_interval
Definition: qtgui_scatter_plot_impl.h:52
std::string d_label
Definition: qtgui_scatter_plot_impl.h:45
~qtgui_scatter_plot_impl()
QApplication * d_qApplication
Definition: qtgui_scatter_plot_impl.h:50
void handle_msg(pmt::pmt_t msg)
std::vector< float > d_axis_x
Definition: qtgui_scatter_plot_impl.h:41
Definition: qtgui_scatter_plot_impl.h:30
std::string d_label_y
Definition: qtgui_scatter_plot_impl.h:43
This block displays a scatter plot of two data sets. The identifiers (symbols) are given with label_x...
Definition: qtgui_scatter_plot.h:44
qtgui_scatter_plot_impl(int interval, std::string label_x, std::string label_y, std::vector< float > axis_x, std::vector< float > axis_y, std::string label)
char * d_argv
Definition: qtgui_scatter_plot_impl.h:49
std::vector< float > d_y
Definition: qtgui_scatter_plot_impl.h:42
scatter_plot * d_main_gui
Definition: qtgui_scatter_plot_impl.h:53
std::vector< float > d_axis_y
Definition: qtgui_scatter_plot_impl.h:41
pmt::pmt_t d_port_id_in
Definition: qtgui_scatter_plot_impl.h:46
bool d_xy_read
Definition: qtgui_scatter_plot_impl.h:44
std::string d_label_x
Definition: qtgui_scatter_plot_impl.h:43
std::vector< float > d_x
Definition: qtgui_scatter_plot_impl.h:42