22#ifndef INCLUDED_RADAR_QTGUI_TIME_PLOT_H
23#define INCLUDED_RADAR_QTGUI_TIME_PLOT_H
25#include <gnuradio/block.h>
49 typedef std::shared_ptr<qtgui_time_plot>
sptr;
61 std::vector<float> axis_y,
63 std::string label =
"");
#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:47
static sptr make(int interval, std::string label_y, std::vector< float > axis_y, float range_time, std::string label="")
Return a shared_ptr to a new instance of radar::qtgui_time_plot.
std::shared_ptr< qtgui_time_plot > sptr
Definition qtgui_time_plot.h:49
Definition crop_matrix_vcvc.h:28