commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 02/06: Remove "Bytes to Symbols" block from


From: git
Subject: [Commit-gnuradio] [gnuradio] 02/06: Remove "Bytes to Symbols" block from GRC as bytes_to_syms no longer exists.
Date: Sun, 16 Feb 2014 21:11:10 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a commit to branch maint
in repository gnuradio.

commit 6bd97e40fffd7600759dac057526edd6733442c9
Author: Clayton Smith <address@hidden>
Date:   Sat Feb 1 23:45:34 2014 -0500

    Remove "Bytes to Symbols" block from GRC as bytes_to_syms no longer exists.
    
    (It was removed in commit 45502b80d28e2051f5f7780e0c386147f0976798.)
---
 gr-digital/grc/digital_block_tree.xml    |  1 -
 gr-digital/grc/digital_bytes_to_syms.xml | 20 --------------------
 2 files changed, 21 deletions(-)

diff --git a/gr-digital/grc/digital_block_tree.xml 
b/gr-digital/grc/digital_block_tree.xml
index bd03113..007a7e6 100644
--- a/gr-digital/grc/digital_block_tree.xml
+++ b/gr-digital/grc/digital_block_tree.xml
@@ -100,7 +100,6 @@
   <cat>
     <name>Symbol Coding</name>
     <block>digital_binary_slicer_fb</block>
-    <block>digital_bytes_to_syms</block>
     <block>digital_chunks_to_symbols_xx</block>
     <block>digital_constellation_decoder_cb</block>
     <block>digital_constellation_receiver_cb</block>
diff --git a/gr-digital/grc/digital_bytes_to_syms.xml 
b/gr-digital/grc/digital_bytes_to_syms.xml
deleted file mode 100644
index fb17bb6..0000000
--- a/gr-digital/grc/digital_bytes_to_syms.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<!--
-###################################################
-## Bytes to Syms
-###################################################
- -->
-<block>
-       <name>Bytes to Symbols</name>
-       <key>digital_bytes_to_syms</key>
-       <import>from gnuradio import digital</import>
-       <make>digital.bytes_to_syms()</make>
-       <sink>
-               <name>in</name>
-               <type>byte</type>
-       </sink>
-       <source>
-               <name>out</name>
-               <type>float</type>
-       </source>
-</block>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]