diff options
author | Marcus Müller <mueller@kit.edu> | 2018-12-17 23:12:07 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-12-17 21:19:32 -0800 |
commit | 839eefa8083ae6ee52ad2871ac43ad5d364d29e6 (patch) | |
tree | 1a4d8662b4728a916e9370a14b97a07e289fe163 | |
parent | e42034982c1d1261ff012bdd04bdf5b88bc4d396 (diff) |
qtgui: Add bandwidth msg port definitions to waterfall, freq sink YML
This completes jjhein's work on adding message port bandwidth setters,
which had to be reworked slightly to be compatible to the gr-qtgui
changes happening since he originally opened #1955.
-rw-r--r-- | gr-qtgui/grc/qtgui_freq_sink_x.block.yml | 4 | ||||
-rw-r--r-- | gr-qtgui/grc/qtgui_waterfall_sink_x.block.yml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gr-qtgui/grc/qtgui_freq_sink_x.block.yml b/gr-qtgui/grc/qtgui_freq_sink_x.block.yml index 327166621c..c8ed9991aa 100644 --- a/gr-qtgui/grc/qtgui_freq_sink_x.block.yml +++ b/gr-qtgui/grc/qtgui_freq_sink_x.block.yml @@ -374,6 +374,10 @@ inputs: id: freq optional: true hide: ${ showports } +- domain: message + id: bw + optional: true + hide: ${ showports } outputs: - domain: message diff --git a/gr-qtgui/grc/qtgui_waterfall_sink_x.block.yml b/gr-qtgui/grc/qtgui_waterfall_sink_x.block.yml index 7c980dc768..a0404a990c 100644 --- a/gr-qtgui/grc/qtgui_waterfall_sink_x.block.yml +++ b/gr-qtgui/grc/qtgui_waterfall_sink_x.block.yml @@ -236,6 +236,10 @@ inputs: id: freq optional: true hide: ${ showports } +- domain: message + id: bw + optional: true + hide: ${ showports } outputs: - domain: message |