[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>
- [Commit-gnuradio] [gnuradio] branch maint updated (69323c1 -> 1366dc2), git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 05/06: Merge remote-tracking branch 'mbant/oot-modules-without-cpp-maint' into maint, git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 01/06: modtool: added skipping of lib/ and swig/ if sources list is empty, git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 02/06: Remove "Bytes to Symbols" block from GRC as bytes_to_syms no longer exists.,
git <=
- [Commit-gnuradio] [gnuradio] 06/06: add default OSX homebrew path to FindQwt, last in the list; should never conflict with other OSs nor MacPorts or Fink, git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 04/06: Removes qt3 leftovers in qtgui code., git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 03/06: digital: Fixed example which had invalid default values after changing HPD, git, 2014/02/16