
GPS
文章平均质量分 79
lamdoc
这个作者很懒,什么都没留下…
展开
-
GPS HAL层 与 驱动层 之间的通信
/* this is the state of our connection to the qemu_gpsd daemon */ typedef struct { int init; int fd; // UART5 FD #if GPS_GPIO_INCLUDE int fdGps; // GPS_GPIO FD #endif GpsCall原创 2012-06-28 10:39:14 · 1200 阅读 · 0 评论 -
NMEA HAL层 与 java层 的接口
NMEA--- National Marine Electronics Association, GPS导航专用名词~ HAL 层代码如下:#define NMEA_MAX_SIZE 83 typedef struct { int pos; int overflow; int utc_year; int utc_mon; int utc_day;原创 2012-06-28 10:42:08 · 738 阅读 · 0 评论