You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for your work. I have compiled static version and tried to use in my project, which is for tracking vehicles. After parsing nmea just degrees and minutes is not enough, It would be good to have double precision numbers like for lat 49.164512 and for lon 21.160322
Best Regards
Marek
The text was updated successfully, but these errors were encountered:
Check-out the nmath.h file. It has several methods to convert to required units. Also, if you display using "cout", be sure to set the precision using cout.precision(). I think for what you need, you may use "nmeaMathNdegToDegree".
Hi,
First of all, thanks for your work. I have compiled static version and tried to use in my project, which is for tracking vehicles. After parsing nmea just degrees and minutes is not enough, It would be good to have double precision numbers like for lat 49.164512 and for lon 21.160322
Best Regards
Marek
The text was updated successfully, but these errors were encountered: