diff options
author | Tom Rondeau <tom@trondeau.com> | 2015-10-27 13:50:23 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2015-10-29 16:21:03 -0400 |
commit | bea941449edcb709f02f95c9f7cf1a47cd9d2ae8 (patch) | |
tree | 094bea3f3d53e9a35fb9619d52b727eb58c36436 /gr-qtgui/lib/time_raster_sink_b_impl.h | |
parent | 253e6c3d8ab51eb8d660a0d8f881498c33b2bb1b (diff) |
qtgui: time raster plotters support PDU message plotting.
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, |