Refactor bit pattern matching.

Remove AccessCodeCorrelator, Unstuff classes.
This commit is contained in:
Jared Boone
2015-09-28 12:05:36 -07:00
parent f918a774b7
commit 36689f5c45
10 changed files with 116 additions and 150 deletions
-2
View File
@@ -31,7 +31,6 @@
#include "clock_recovery.hpp"
#include "symbol_coding.hpp"
#include "access_code_correlator.hpp"
#include "packet_builder.hpp"
#include "message.hpp"
@@ -85,7 +84,6 @@ private:
[this](const float symbol) { this->consume_symbol(symbol); }
};
symbol_coding::NRZIDecoder nrzi_decode;
AccessCodeCorrelator access_code_correlator;
PacketBuilder packet_builder;
MessageHandlerMap& message_handlers;