- refactored

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@500 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-05-29 11:14:21 +00:00
parent a50f613991
commit c5e7d1f41f
8 changed files with 56 additions and 39 deletions
+3
View File
@@ -16,6 +16,7 @@
#include "jay/add.h"
#include "jay/peak_detect.h"
#include "jay/message_debug.h"
#include "jay/squelch.h"
%}
@@ -36,3 +37,5 @@ GR_SWIG_BLOCK_MAGIC2(jay, add);
GR_SWIG_BLOCK_MAGIC2(jay, peak_detect);
%include "jay/message_debug.h"
GR_SWIG_BLOCK_MAGIC2(jay, message_debug);
%include "jay/squelch.h"
GR_SWIG_BLOCK_MAGIC2(jay, squelch);