21 #ifndef INCLUDED_RADAR_QTGUI_TIME_PLOT_IMPL_H 22 #define INCLUDED_RADAR_QTGUI_TIME_PLOT_IMPL_H 36 qtgui_time_plot_impl(
int interval, std::string label_y, std::vector<float> axis_y,
float range_time, std::string label);
46 std::vector<float>
d_y;
char * d_argv
Definition: qtgui_time_plot_impl.h:51
bool d_y_read
Definition: qtgui_time_plot_impl.h:47
pmt::pmt_t d_port_id_in
Definition: qtgui_time_plot_impl.h:45
qtgui_time_plot_impl(int interval, std::string label_y, std::vector< float > axis_y, float range_time, std::string label)
Definition: qtgui_time_plot_impl.h:30
int d_interval
Definition: qtgui_time_plot_impl.h:41
Definition: time_plot.h:33
Definition: crop_matrix_vcvc.h:28
int d_argc
Definition: qtgui_time_plot_impl.h:50
float d_range_time
Definition: qtgui_time_plot_impl.h:44
std::vector< float > d_y
Definition: qtgui_time_plot_impl.h:46
std::string d_label_y
Definition: qtgui_time_plot_impl.h:42
QApplication * d_qApplication
Definition: qtgui_time_plot_impl.h:52
std::vector< float > d_axis_y
Definition: qtgui_time_plot_impl.h:43
time_plot * d_main_gui
Definition: qtgui_time_plot_impl.h:54
void handle_msg(pmt::pmt_t msg)
std::string d_label
Definition: qtgui_time_plot_impl.h:48
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