diff options
Diffstat (limited to 'gr-qtgui/lib/time_raster_sink_b_impl.h')
-rw-r--r-- | gr-qtgui/lib/time_raster_sink_b_impl.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gr-qtgui/lib/time_raster_sink_b_impl.h b/gr-qtgui/lib/time_raster_sink_b_impl.h index ba4b282194..4da6990a18 100644 --- a/gr-qtgui/lib/time_raster_sink_b_impl.h +++ b/gr-qtgui/lib/time_raster_sink_b_impl.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2012,2013 Free Software Foundation, Inc. + * Copyright 2012,2013,2015 Free Software Foundation, Inc. * * This file is part of GNU Radio * @@ -60,6 +60,11 @@ namespace gr { gr::high_res_timer_type d_update_time; gr::high_res_timer_type d_last_time; + void _ncols_resize(); + + // Handles message input port for displaying PDU samples. + void handle_pdus(pmt::pmt_t msg); + public: time_raster_sink_b_impl(double samp_rate, double rows, double cols, |