diff options
author | Tom Rondeau <tom@trondeau.com> | 2014-07-11 15:53:04 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2014-07-11 15:53:04 -0400 |
commit | 264383735a267b665569b949e0c5d2232b3bfd24 (patch) | |
tree | 055346e630cfb90bd2f327e000a286b7fa917cde /gr-digital/grc/digital_constellation_receiver_cb.xml | |
parent | fe1f386291b77d562e0602ef61b64a42d863e535 (diff) |
grc: fixing xml files of some blocks with message control ports to be able to hide/show them as wanted.
Diffstat (limited to 'gr-digital/grc/digital_constellation_receiver_cb.xml')
-rw-r--r-- | gr-digital/grc/digital_constellation_receiver_cb.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gr-digital/grc/digital_constellation_receiver_cb.xml b/gr-digital/grc/digital_constellation_receiver_cb.xml index 134e027759..978020fdfe 100644 --- a/gr-digital/grc/digital_constellation_receiver_cb.xml +++ b/gr-digital/grc/digital_constellation_receiver_cb.xml @@ -29,6 +29,23 @@ <key>fmax</key> <type>real</type> </param> + + <param> + <name>Show Msg Ports</name> + <key>showports</key> + <value>True</value> + <type>enum</type> + <hide>part</hide> + <option> + <name>Yes</name> + <key>False</key> + </option> + <option> + <name>No</name> + <key>True</key> + </option> + </param> + <sink> <name>in</name> <type>complex</type> @@ -38,12 +55,14 @@ <name>set_constellation</name> <type>message</type> <optional>1</optional> + <hide>$showports</hide> </sink> <sink> <name>rotate_phase</name> <type>message</type> <optional>1</optional> + <hide>$showports</hide> </sink> <source> |