summaryrefslogtreecommitdiff
path: root/driver_rtcm3.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-04-12 17:34:17 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-04-12 17:34:17 -0400
commita305fbfffde69a7d46a1965f7a5e31f1aa650c7d (patch)
tree80c300451b0149b5a734553cf3009d3f44c3bee2 /driver_rtcm3.c
parent6753c2ec6223d5473fe674858caafbd32c13ebd6 (diff)
downloadgpsd-a305fbfffde69a7d46a1965f7a5e31f1aa650c7d.tar.gz
Note that we got RTCM3 1006 along with 1005.
Diffstat (limited to 'driver_rtcm3.c')
-rw-r--r--driver_rtcm3.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/driver_rtcm3.c b/driver_rtcm3.c
index cbff3fcf..16dc0db4 100644
--- a/driver_rtcm3.c
+++ b/driver_rtcm3.c
@@ -22,22 +22,15 @@ passing RTCM corrections to a GPS, which normally should just be
passed an entire correction packet for processing by their internal
firmware.
-Decodes of the following types have been verified: 1004, 1005, 1008,
-1012, 1013, 1029.
+Decodes of the following types have been verified: 1004, 1005, 1006,
+1008, 1012, 1013, 1029.
This file is Copyright (c) 2010 by the GPSD project
BSD terms apply: see the file COPYING in the distribution root for details.
*****************************************************************************/
-#include <stdio.h>
#include <string.h>
-#include "gpsd_config.h"
-#ifndef S_SPLINT_S
-#include <sys/types.h>
-#include <netinet/in.h>
-#include <arpa/inet.h> /* for ntohl(3) and friends */
-#endif /* S_SPLINT_S */
#include "gpsd.h"
#include "bits.h"