- renamed preamble_sync to pocsag_decoder

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@415 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-02-09 09:43:48 +00:00
parent cb8a024ef0
commit cd4f8ad51d
10 changed files with 34 additions and 34 deletions
+3 -3
View File
@@ -11,7 +11,7 @@
#include "jay/square_ff.h"
#include "jay/square2_ff.h"
#include "jay/garage.h"
#include "jay/preamble_sync.h"
#include "jay/pocsag_decoder.h"
%}
@@ -22,5 +22,5 @@ GR_SWIG_BLOCK_MAGIC2(jay, square2_ff);
%include "jay/garage.h"
GR_SWIG_BLOCK_MAGIC2(jay, garage);
%include "jay/preamble_sync.h"
GR_SWIG_BLOCK_MAGIC2(jay, preamble_sync);
%include "jay/pocsag_decoder.h"
GR_SWIG_BLOCK_MAGIC2(jay, pocsag_decoder);