octavmatu

Results 2 comments of octavmatu

First of all, I really like the implementation using C++11 features! Thanks to the devs and kudos for sharing this! Now, main point - I have also ran into this...

Looking through the implementation, my impression is that a quick fix to the issue consists in adding sentence handlers, as in the following manner `_parser.setSentenceHandler("GNGGA", [this](const NMEASentence &nmea) { this->read_GPGGA(nmea);...