首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > C #库解析和写作NMEA GPS数据。

C #库解析和写作NMEA GPS数据。

  • 资源大小:19.00 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 数据 解析 写作

资 源 简 介

(update: added GPGSA Parsing 2009.02.13) Parses raw NMEA GPS data and loads it into an OOP library. Originally built so that I could read GPS data from a robot with a GPS component in it. Currently parses the following NMEA sentences: * GPGGA - Fixed GPS Data * GPGSV - Satellites in View Data * GPRMC - Recommended Minimum GPS Data * GPGSA - DOP and Active Satellies (Added 2009.02.13) Other sentence support to follow. You can also add it yourself, very easily, just look at the other NMEA sentences. If you"d like me to add a specific sentence parsing, drop me a line at b at wowzer dot net. it only takes 30 minutes or so to add an test a new sentence parser. To use, reference the DLL, and then: GpsReading gpsReading = GpsReading.Parse("[Raw NMEA Data]"); Sentence mappings are: GPRMC: gpsReading.Summary
VIP VIP
0.210214s