From 264383735a267b665569b949e0c5d2232b3bfd24 Mon Sep 17 00:00:00 2001 From: Tom Rondeau <tom@trondeau.com> Date: Fri, 11 Jul 2014 15:53:04 -0400 Subject: grc: fixing xml files of some blocks with message control ports to be able to hide/show them as wanted. --- gr-digital/grc/digital_constellation_receiver_cb.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'gr-digital/grc/digital_constellation_receiver_cb.xml') 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> -- cgit v1.2.3