diff options
author | Tom Rondeau <tom@trondeau.com> | 2014-06-24 18:35:48 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2014-06-24 18:35:48 -0400 |
commit | 9289583ea51b278d3b27ce5aab6384798ac3e02d (patch) | |
tree | ef53b0f21c260925f46fbec5d711d189730990f9 /gr-digital/grc/digital_constellation_receiver_cb.xml | |
parent | ad9b5476be6e9a27638dfb9b3dbe5ca2c6a65fee (diff) |
digital: expose set_constellation message port in GRC for constellation_receiver.
Also cleans up white spaces.
Diffstat (limited to 'gr-digital/grc/digital_constellation_receiver_cb.xml')
-rw-r--r-- | gr-digital/grc/digital_constellation_receiver_cb.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gr-digital/grc/digital_constellation_receiver_cb.xml b/gr-digital/grc/digital_constellation_receiver_cb.xml index ffda8b85bb..e6a1461c38 100644 --- a/gr-digital/grc/digital_constellation_receiver_cb.xml +++ b/gr-digital/grc/digital_constellation_receiver_cb.xml @@ -33,6 +33,13 @@ <name>in</name> <type>complex</type> </sink> + + <sink> + <name>set_constellation</name> + <type>message</type> + <optional>1</optional> + </sink> + <source> <name>out</name> <type>byte</type> |