summaryrefslogtreecommitdiff
path: root/gr-digital/grc/digital_constellation_receiver_cb.xml
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2014-07-11 15:53:04 -0400
committerTom Rondeau <tom@trondeau.com>2014-07-11 15:53:04 -0400
commit264383735a267b665569b949e0c5d2232b3bfd24 (patch)
tree055346e630cfb90bd2f327e000a286b7fa917cde /gr-digital/grc/digital_constellation_receiver_cb.xml
parentfe1f386291b77d562e0602ef61b64a42d863e535 (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.xml19
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>