- 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:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user