summaryrefslogtreecommitdiff
path: root/gr-fec/grc/fec_decode_ccsds_27_bb.xml
diff options
context:
space:
mode:
authorHåkon Vågsether <haakonsv@gmail.com>2017-09-24 12:16:22 +0200
committerHåkon Vågsether <haakonsv@gmail.com>2017-10-10 10:49:36 +0200
commitbaf7eaf8f29d5a490f2580917362cf5b3db47281 (patch)
tree7afab4ee2dfa6439ecf95d47aa68996020ea04c5 /gr-fec/grc/fec_decode_ccsds_27_bb.xml
parent6fa9d33246251f44a0e78682e50e9a1cb0b03171 (diff)
Added auto-generated YAML blocks
Diffstat (limited to 'gr-fec/grc/fec_decode_ccsds_27_bb.xml')
-rw-r--r--gr-fec/grc/fec_decode_ccsds_27_bb.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/gr-fec/grc/fec_decode_ccsds_27_bb.xml b/gr-fec/grc/fec_decode_ccsds_27_bb.xml
deleted file mode 100644
index ea11837c11..0000000000
--- a/gr-fec/grc/fec_decode_ccsds_27_bb.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<!--
-###################################################
-##Encode CCSDS 27
-###################################################
- -->
-<block>
- <name>Encode CCSDS 27</name>
- <key>fec_encode_ccsds_27_bb</key>
- <import>from gnuradio import fec</import>
- <make>fec.encode_ccsds_27_bb()</make>
- <sink>
- <name>in</name>
- <type>byte</type>
- </sink>
- <source>
- <name>out</name>
- <type>byte</type>
- </source>
-</block>