- added frequency tuner

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@542 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-06-18 17:27:48 +00:00
parent 44500ebb43
commit 0e77f58c05
5 changed files with 10 additions and 3 deletions
+3
View File
@@ -17,6 +17,7 @@
#include "jay/peak_detect.h"
#include "jay/message_debug.h"
#include "jay/squelch.h"
#include "jay/frequency_tuner.h"
%}
@@ -39,3 +40,5 @@ GR_SWIG_BLOCK_MAGIC2(jay, peak_detect);
GR_SWIG_BLOCK_MAGIC2(jay, message_debug);
%include "jay/squelch.h"
GR_SWIG_BLOCK_MAGIC2(jay, squelch);
%include "jay/frequency_tuner.h"
GR_SWIG_BLOCK_MAGIC2(jay, frequency_tuner);