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