mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-24 19:14:15 -04:00
M17: M17Demodulator M17FrameDecoder and M17Framer code cleanup
This commit is contained in:
@@ -39,7 +39,7 @@ QString dump(const std::array<C,N>& data, char header = 'D')
|
||||
|
||||
struct M17FrameDecoder
|
||||
{
|
||||
static constexpr size_t MAX_LICH_FRAGMENT = 5;
|
||||
static const size_t MAX_LICH_FRAGMENT = 5;
|
||||
|
||||
M17Randomizer<368> derandomize_;
|
||||
PolynomialInterleaver<45, 92, 368> interleaver_;
|
||||
|
||||
Reference in New Issue
Block a user