- finalize bit packer

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@424 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-02-10 16:45:35 +00:00
parent 28681c4973
commit 844bb3c769
7 changed files with 52 additions and 21 deletions
+3
View File
@@ -12,6 +12,7 @@
#include "jay/square2_ff.h"
#include "jay/bit_slicer.h"
#include "jay/pocsag_decoder.h"
#include "jay/bit_packer.h"
%}
@@ -24,3 +25,5 @@ GR_SWIG_BLOCK_MAGIC2(jay, bit_slicer);
%include "jay/pocsag_decoder.h"
GR_SWIG_BLOCK_MAGIC2(jay, pocsag_decoder);
%include "jay/bit_packer.h"
GR_SWIG_BLOCK_MAGIC2(jay, bit_packer);