summaryrefslogtreecommitdiff
path: root/rtcm.5
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-23 04:34:08 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-23 04:34:08 +0000
commitc45d1feb433339576230a33a24195d2bda7a906e (patch)
tree5d36337a61b8a28538770e129db452724fb315c1 /rtcm.5
parente8e1e9e5b9666d6cd92b2262c0fde1183eba0f28 (diff)
downloadgpsd-c45d1feb433339576230a33a24195d2bda7a906e.tar.gz
Support, and document, dumping packets of unknown type.
Diffstat (limited to 'rtcm.5')
-rw-r--r--rtcm.535
1 files changed, 34 insertions, 1 deletions
diff --git a/rtcm.5 b/rtcm.5
index 3fd3b041..72550521 100644
--- a/rtcm.5
+++ b/rtcm.5
@@ -361,6 +361,39 @@ T THLS TRIAL SERVICE
.PP
This just indicates a null message\&. There are no fields\&.
+.SS "Unknown message (U)"
+
+.PP
+This is used to dump message words in hexadecimal when the message type field doesn't match any of the known ones\&.
+
+.PP
+Here is the format:
+
+.nf
+
+U <hex\-literal>
+
+.fi
+
+.PP
+Here is an example:
+
+.IP
+
+.nf
+
+U 0x76423055
+
+.fi
+
+.PP
+The <hex\-literal> will represent 32 bits of information, after parity checks and inversion\&. The high two bits should be ignored\&.
+
+.SS "Null (N)"
+
+.PP
+This just indicates a null message\&. There are no fields\&.
+
.SH "SEE ALSO"
.PP
@@ -369,5 +402,5 @@ This just indicates a null message\&. There are no fields\&.
.SH "AUTHOR"
.PP
-Much of this text was written by John Sager <john\&.sager@btinternet\&.com> in association with his RTCM decoder\&. Other material comes from the GPSD project\&. There is a project page for gpsd here: \fIhttp://gpsd.berlios.de/\fR\&.
+Much of this text was originally written by John Sager <john\&.sager@btinternet\&.com> in association with his RTCM decoder\&. Other material comes from the GPSD project\&. There is a project page for gpsd here: \fIhttp://gpsd.berlios.de/\fR\&.