- call PocSagDecoder (testing only)

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@407 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-01-11 16:55:05 +00:00
parent 47b273981a
commit c0f1e7d394
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -204,6 +204,7 @@ int preamble_sync_impl::general_work (int noutput_items, gr_vector_int &ninput_i
consume_each (i);
// Tell runtime system how many output items we produced.
dec.process(out, j);
return j;
}
+3 -1
View File
@@ -22,6 +22,7 @@
#define INCLUDED_JAY_PREAMBLE_SYNC_IMPL_H
#include <jay/preamble_sync.h>
#include "PocsagDecoder.hpp"
namespace gr
{
@@ -51,7 +52,8 @@ class preamble_sync_impl : public preamble_sync
size_t m_wordCount;
size_t m_wordSize;
size_t m_dataCount;
PocsagDecoder dec;
public:
preamble_sync_impl();
~preamble_sync_impl();