rtcmdecode.1

来自「gpsd, a popular GPS daemon.」· 1 代码 · 共 82 行

1
82
字号
.\"Generated by db2man.xsl. Don't modify this, modify the source..de Sh \" Subsection.br.if t .Sp.ne 5.PP\fB\\$1\fR.PP...de Sp \" Vertical space (when we can't use .PP).if t .sp .5v.if n .sp...de Ip \" List item.br.ie \\n(.$>=3 .ne \\$3.el .ne 3.IP "\\$1" \\$2...TH "RTCMDECODE" 1 "" "" "".SH NAMErtcmdecode \- decode RTCM104 streams into a readable format.SH "SYNOPSIS".ad l.hy 0.HP 11\fBrtcmdecode\fR [\-d] [\-e] [\-v\ \fIdebuglevel\fR] [\-V].ad.hy.SH "DESCRIPTION".PPThis tool is a decoder for RTCM\-104, an obscure and complicated serial protocol used for broadcasting pseudorange corrections from differential\-GPS reference stations\&. RTCM\-104 is expected on standard input; an equivalent, 100%\-information\-preserving text format is written to standard output\&..PPYou can use this tool with \fBnc\fR(1) to examine RTCM feeds from DGPSIP servers or Ntrip broadcasters\&..PPThe decoder dump format is described in \fBrtcm\fR(5); these lines go to standard output\&. As well as data the decoder also prints decoder status messages to standard error, as necessary\&..SH "OPTIONS".PPThe \-d option tells the program to decode RTCM\-104 presented on standard input to a text dump in the format of \fBrtcm\-104\fR(5) on standard output\&. This is the default behavior\&..PPThe \-e option option tells the program to encode a text dump in the format of \fBrtcm\-104\fR(5) to standard output\&..PPThe \-V option directs the program to emit its version number, then exit\&..PPThe \-v option sets a verbosity level\&. It is mainly of interest to developers\&..SH "APPLICABLE STANDARDS".PPThe applicable standard is RTCM Recommended Standards for Differential NAVSTAR GPS Service RTCM Paper 194\-93/SC 104\-STD\&..PPOrdering instructions are accessible from the website of the Radio Technical Commission for Maritime Services: \fIhttp://www.rtcm.org/\fR under "Publications"\&..SH "BUGS AND LIMITATIONS".PPRTCM\-104 represents floating\-point quantities as an integer multiple of a fixed scale factor\&. Editing an RTCM\-104 dump can produce numbers that are not an integer multiple of the scale factor for their field\&. If you do this, the value actually packed into binary RTCM\-104 will be rounded down to the nearest scale unit, and dumping will show slightly different numbers than those you entered\&..PPThe decoder logic is sufficiently convoluted to confuse some compiler optimizers, notably in GCC 3\&.x at \-O2, into generating bad code\&..SH "SEE ALSO".PP \fBgpsd\fR(8), \fBgps\fR(1), \fBlibgps\fR(3), \fBlibgpsd\fR(3), \fBgpsprof\fR(1), \fBgpsfake\fR(1), \fBrtcm\-104\fR(5)\&..SH "AUTHOR".PPEric S\&. Raymond <esr@thyrsus\&.com>\&. This is a somewhat hacked version of an RTCM decoder originally written by Wolfgang Rupprecht\&. There is a project page for gpsd  here: \fIhttp://gpsd.berlios.de/\fR\&.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?