From baf7eaf8f29d5a490f2580917362cf5b3db47281 Mon Sep 17 00:00:00 2001
From: Håkon Vågsether <haakonsv@gmail.com>
Date: Sun, 24 Sep 2017 12:16:22 +0200
Subject: Added auto-generated YAML blocks

---
 .../grc/digital_constellation_receiver_cb.xml      | 92 ----------------------
 1 file changed, 92 deletions(-)
 delete mode 100644 gr-digital/grc/digital_constellation_receiver_cb.xml

(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
deleted file mode 100644
index 06155ecae9..0000000000
--- a/gr-digital/grc/digital_constellation_receiver_cb.xml
+++ /dev/null
@@ -1,92 +0,0 @@
-<?xml version="1.0"?>
-<!--
-###################################################
-##Constellation Receiver
-###################################################
- -->
-<block>
-  <name>Constellation Receiver</name>
-  <key>digital_constellation_receiver_cb</key>
-  <import>from gnuradio import digital</import>
-  <make>digital.constellation_receiver_cb($constellation, $loop_bw, $fmin, $fmax)</make>
-  <param>
-    <name>Constellation Object</name>
-    <key>constellation</key>
-    <type>raw</type>
-  </param>
-  <param>
-    <name>Loop Bandwidth</name>
-    <key>loop_bw</key>
-    <type>real</type>
-  </param>
-  <param>
-    <name>Minimum Freq Deviation</name>
-    <key>fmin</key>
-    <type>real</type>
-  </param>
-  <param>
-    <name>Maximum Freq Deviation</name>
-    <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>
-  </sink>
-
-  <sink>
-    <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>
-    <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