From 0b62e85e4c57796098c4ecf367c8aa16a120e791 Mon Sep 17 00:00:00 2001
From: Ben Reynwar <ben@reynwar.net>
Date: Sun, 30 Sep 2012 21:27:34 -0700
Subject: digital: Add symbol output to constellation_receiver block for
 debugging.

Cherry-picked from a commit on 'next.' Reworked for master style.

Conflicts:

	gr-digital/lib/constellation_receiver_cb_impl.cc
---
 gr-digital/grc/digital_constellation_receiver_cb.xml | 20 ++++++++++++++++++++
 1 file changed, 20 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 36c8e1b309..ffda8b85bb 100644
--- a/gr-digital/grc/digital_constellation_receiver_cb.xml
+++ b/gr-digital/grc/digital_constellation_receiver_cb.xml
@@ -37,4 +37,24 @@
 		<name>out</name>
 		<type>byte</type>
 	</source>
+	<source>
+		<name>error</name>
+		<type>float</type>
+		<optional>1</optional>
+	</source>
+	<source>
+		<name>phase</name>
+		<type>float</type>
+		<optional>1</optional>
+	</source>
+	<source>
+		<name>frequency</name>
+		<type>float</type>
+		<optional>1</optional>
+	</source>
+	<source>
+		<name>symbol</name>
+		<type>complex</type>
+		<optional>1</optional>
+	</source>
 </block>
-- 
cgit v1.2.3