GNU Radio Radar Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Macros
gr::radar::qtgui_scatter_plot_impl Class Reference

#include <qtgui_scatter_plot_impl.h>

Inheritance diagram for gr::radar::qtgui_scatter_plot_impl:
gr::radar::qtgui_scatter_plot

Public Member Functions

 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)
 
 ~qtgui_scatter_plot_impl ()
 
void handle_msg (pmt::pmt_t msg)
 
void run_gui ()
 

Public Attributes

std::vector< float > d_axis_x
 
std::vector< float > d_axis_y
 
std::vector< float > d_x
 
std::vector< float > d_y
 
std::string d_label_x
 
std::string d_label_y
 
bool d_xy_read
 
std::string d_label
 
pmt::pmt_t d_port_id_in
 
int d_argc
 
char * d_argv
 
QApplication * d_qApplication
 
int d_interval
 
scatter_plotd_main_gui
 

Additional Inherited Members

- Public Types inherited from gr::radar::qtgui_scatter_plot
typedef boost::shared_ptr
< qtgui_scatter_plot
sptr
 
- Static Public Member Functions inherited from gr::radar::qtgui_scatter_plot
static sptr make (int interval, std::string label_x, std::string label_y, std::vector< float > axis_x, std::vector< float > axis_y, std::string label="")
 Return a shared_ptr to a new instance of radar::qtgui_scatter_plot. More...
 

Constructor & Destructor Documentation

gr::radar::qtgui_scatter_plot_impl::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 
)
gr::radar::qtgui_scatter_plot_impl::~qtgui_scatter_plot_impl ( )

Member Function Documentation

void gr::radar::qtgui_scatter_plot_impl::handle_msg ( pmt::pmt_t  msg)
void gr::radar::qtgui_scatter_plot_impl::run_gui ( )

Member Data Documentation

int gr::radar::qtgui_scatter_plot_impl::d_argc
char* gr::radar::qtgui_scatter_plot_impl::d_argv
std::vector<float> gr::radar::qtgui_scatter_plot_impl::d_axis_x
std::vector<float> gr::radar::qtgui_scatter_plot_impl::d_axis_y
int gr::radar::qtgui_scatter_plot_impl::d_interval
std::string gr::radar::qtgui_scatter_plot_impl::d_label
std::string gr::radar::qtgui_scatter_plot_impl::d_label_x
std::string gr::radar::qtgui_scatter_plot_impl::d_label_y
scatter_plot* gr::radar::qtgui_scatter_plot_impl::d_main_gui
pmt::pmt_t gr::radar::qtgui_scatter_plot_impl::d_port_id_in
QApplication* gr::radar::qtgui_scatter_plot_impl::d_qApplication
std::vector<float> gr::radar::qtgui_scatter_plot_impl::d_x
bool gr::radar::qtgui_scatter_plot_impl::d_xy_read
std::vector<float> gr::radar::qtgui_scatter_plot_impl::d_y

The documentation for this class was generated from the following file: