diff options
author | Tom Rondeau <tom@trondeau.com> | 2015-10-27 14:53:04 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2015-10-29 16:21:03 -0400 |
commit | eadb401e3d630f7b0e2e103f2323b4cce6d2f8fb (patch) | |
tree | c0dc8b5a5d7af45c04fc99c1c9e5dc926498351c /gr-qtgui/lib/histogram_sink_f_impl.h | |
parent | bea941449edcb709f02f95c9f7cf1a47cd9d2ae8 (diff) |
qtgui: histogram plotter supports PDU message plotting.
Diffstat (limited to 'gr-qtgui/lib/histogram_sink_f_impl.h')
-rw-r--r-- | gr-qtgui/lib/histogram_sink_f_impl.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gr-qtgui/lib/histogram_sink_f_impl.h b/gr-qtgui/lib/histogram_sink_f_impl.h index e8ae1ac729..acacf1a745 100644 --- a/gr-qtgui/lib/histogram_sink_f_impl.h +++ b/gr-qtgui/lib/histogram_sink_f_impl.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2013 Free Software Foundation, Inc. + * Copyright 2013,2015 Free Software Foundation, Inc. * * This file is part of GNU Radio * @@ -54,6 +54,9 @@ namespace gr { void npoints_resize(); + // Handles message input port for displaying PDU samples. + void handle_pdus(pmt::pmt_t msg); + public: histogram_sink_f_impl(int size, int bins, double xmin, double xmax, |