-add feeding buffer for PocSAC-decoder

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@409 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-01-11 17:13:28 +00:00
parent f84d381603
commit 9ae1cbddbc
2 changed files with 14 additions and 1 deletions
+2
View File
@@ -52,6 +52,8 @@ class preamble_sync_impl : public preamble_sync
size_t m_wordCount;
size_t m_wordSize;
size_t m_dataCount;
uint8_t buffer[256];
size_t bufferWi;
PocsagDecoder dec;
public: