- added jay_add and jay_peak_detect
git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@431 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
#include "jay/bit_slicer.h"
|
||||
#include "jay/pocsag_decoder.h"
|
||||
#include "jay/bit_packer.h"
|
||||
#include "jay/add.h"
|
||||
#include "jay/peak_detect.h"
|
||||
%}
|
||||
|
||||
|
||||
@@ -27,3 +29,7 @@ GR_SWIG_BLOCK_MAGIC2(jay, bit_slicer);
|
||||
GR_SWIG_BLOCK_MAGIC2(jay, pocsag_decoder);
|
||||
%include "jay/bit_packer.h"
|
||||
GR_SWIG_BLOCK_MAGIC2(jay, bit_packer);
|
||||
%include "jay/add.h"
|
||||
GR_SWIG_BLOCK_MAGIC2(jay, add);
|
||||
%include "jay/peak_detect.h"
|
||||
GR_SWIG_BLOCK_MAGIC2(jay, peak_detect);
|
||||
|
||||
Reference in New Issue
Block a user