Encoder works but needs cleanup, GS checksum is not working properly somehow

This commit is contained in:
Paul Hollinsky
2018-10-03 17:04:55 -04:00
parent dffae23e54
commit acfeacedfc
8 changed files with 63 additions and 43 deletions
@@ -17,7 +17,7 @@ public:
bool match(const std::shared_ptr<Message>& message) const {
if(!MessageFilter::match(message)) {
std::cout << "message filter did not match base for " << message->network << std::endl;
//std::cout << "message filter did not match base for " << message->network << std::endl;
return false;
}
const auto main51Message = std::dynamic_pointer_cast<Main51Message>(message);