22 #ifndef INCLUDED_RADAR_QTGUI_TIME_PLOT_H 23 #define INCLUDED_RADAR_QTGUI_TIME_PLOT_H 25 #include <gnuradio/block.h> 49 typedef boost::shared_ptr<qtgui_time_plot>
sptr;
59 static sptr make(
int interval,
61 std::vector<float> axis_y,
63 std::string label =
"");
boost::shared_ptr< qtgui_time_plot > sptr
Definition: qtgui_time_plot.h:49
Definition: crop_matrix_vcvc.h:28
#define RADAR_API
Definition: api.h:31
This block displays a plot of a value with a given interval in milliseconds. label_y represents the i...
Definition: qtgui_time_plot.h:46