Skip to content

Commit 7fc9f31

Browse files
committed
More comments about GNSS.
1 parent d828a8a commit 7fc9f31

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

dwgpsnmea.c

+16
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,21 @@
2626
*
2727
* Description: This version is available for all operating systems.
2828
*
29+
*
30+
* TODO: GPS is no longer the only game in town.
31+
* "GNSS" is often seen as a more general term to include
32+
* other similar systems. Some receivers will receive
33+
* multiple types at the same time and combine them
34+
* for greater accuracy and reliability.
35+
*
36+
* We can now see NMEA sentences with other "Talker IDs."
37+
*
38+
* $GPxxx = GPS
39+
* $GLxxx = GLONAS
40+
* $GAxxx = Galileo
41+
* $GBxxx = BeiDou
42+
* $GNxxx = Any combination
43+
*
2944
*---------------------------------------------------------------*/
3045

3146

@@ -693,6 +708,7 @@ dwfix_t dwgpsnmea_gpgga (char *sentence, int quiet, double *odlat, double *odlon
693708
return (DWFIX_ERROR);
694709
}
695710

711+
696712
// TODO: num sat...
697713

698714
/*

0 commit comments

Comments
 (0)