summaryrefslogtreecommitdiff
path: root/isgps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-04-17 19:45:27 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-04-17 19:45:27 -0400
commit9735cbf8d5937c22041bbdc2d59cef52c0943b9d (patch)
treed4e7671e00253e45259ad269d329116a90d4c3b1 /isgps.c
parent6d43c9cf13b2dd6f36d01794dded85918334062c (diff)
downloadgpsd-9735cbf8d5937c22041bbdc2d59cef52c0943b9d.tar.gz
Minor improvements to RTCM2 doc comments.
Diffstat (limited to 'isgps.c')
-rw-r--r--isgps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/isgps.c b/isgps.c
index 3c71f179..27cf92e1 100644
--- a/isgps.c
+++ b/isgps.c
@@ -6,8 +6,8 @@ for both GPS satellite downlink transmissions and the RTCM104 version 2
format for broadcasting differential-GPS corrections.
The purpose of this protocol is to support analyzing a serial bit
-stream without byte framing into parity-checked packets.
-Interpretation of the packets is left to an upper layer. Note that
+stream without byte framing into parity-checked 30-bit words.
+Interpretation of the words is left to an upper layer. Note that
RTCM104 version 3 does *not* use this code; it assumes a byte-oriented
underlayer.