summaryrefslogtreecommitdiff
path: root/rtcm.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-16 15:33:08 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-16 15:33:08 +0000
commit887417f0261b1c0b34a8a77bbc07d1b31cbae2fd (patch)
treee1fb753216287353faeff3b03bab6ed39eeb6862 /rtcm.h
parentd1857588cfcf0644fd84467e1b4853c0e45946a2 (diff)
downloadgpsd-887417f0261b1c0b34a8a77bbc07d1b31cbae2fd.tar.gz
Step two in RTCM merge: it no longer has a separate header.
Diffstat (limited to 'rtcm.h')
-rw-r--r--rtcm.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/rtcm.h b/rtcm.h
deleted file mode 100644
index 683a72a9..00000000
--- a/rtcm.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * Structures for interpreting words in an RTCM-104 message (after
- * parity checking and removing inversion). RTCM104 is an obscure and
- * complicated serial protocol used for broadcasting pseudorange
- * corrections from differential-GPS reference stations. This header
- * is part of the GPSD package: see <http://gpsd.berlios.de> for more.
- *
- * The RTCM words are 30-bit words. We will lay them into memory into
- * 30-bit (low-end justified) chunks. To write them out we will write
- * 5 Magnavox-format bytes where the low 6-bits of the byte are 6-bits
- * of the 30-word msg.
- */
-
-
-
-
-/* end */