CoderWannabe

Results 3 issues of CoderWannabe

Hi everybody, I'm writing different nodejs applications that use zongji module. I successfully monitor through binlog a mysql database when my applications run separately, but when I run them in...

My suggest is to call the FlagReceivedGGA function (in NMEAParser.cpp) for every possible GSA talker id. Currently is called for [GPGSA](https://github.com/VisualGPS/NMEAParser/blob/d3029a5dc8833d9e76146259a6a4ff9bf225d9e2/Software/NMEAParserLib/NMEAParser.cpp#L227), [GNGS](https://github.com/VisualGPS/NMEAParser/blob/d3029a5dc8833d9e76146259a6a4ff9bf225d9e2/Software/NMEAParserLib/NMEAParser.cpp#L233), [GAGSA](https://github.com/VisualGPS/NMEAParser/blob/d3029a5dc8833d9e76146259a6a4ff9bf225d9e2/Software/NMEAParserLib/NMEAParser.cpp#L259), but the others (GLGSA, QZGSA, BDGSA) haven't...

I'm wondering why the function is correctly called in the constructor of the [NMEASentenceGSA](https://github.com/VisualGPS/NMEAParser/blob/d3029a5dc8833d9e76146259a6a4ff9bf225d9e2/Software/NMEAParserLib/NMEASentenceGSA.cpp#L31) and [NMEASentenceGGA](https://github.com/VisualGPS/NMEAParser/blob/d3029a5dc8833d9e76146259a6a4ff9bf225d9e2/Software/NMEAParserLib/NMEASentenceGGA.cpp#L32), but it isn't in the [NMEASentenceGSV](https://github.com/VisualGPS/NMEAParser/blob/d3029a5dc8833d9e76146259a6a4ff9bf225d9e2/Software/NMEAParserLib/NMEASentenceGSV.cpp#L31) and [NMEASentenceRMC](https://github.com/VisualGPS/NMEAParser/blob/d3029a5dc8833d9e76146259a6a4ff9bf225d9e2/Software/NMEAParserLib/NMEASentenceRMC.cpp#L38) ones. Is it a simple forgetfulness...