Changeset 1305 in ntrip for trunk/BNC/RTCM3
- Timestamp:
- Dec 19, 2008, 11:19:41 AM (16 years ago)
- Location:
- trunk/BNC/RTCM3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/clock_orbit_rtcm.c
r1207 r1305 3 3 Name: clock_orbit_rtcm.c 4 4 Project: RTCM3 5 Version: $Id: clock_orbit_rtcm.c,v 1. 3 2008/08/15 16:29:40 weberExp $5 Version: $Id: clock_orbit_rtcm.c,v 1.4.2.3 2008/12/19 09:29:13 mervart Exp $ 6 6 Authors: Dirk Stöcker 7 7 Description: state space approach for RTCM3 … … 10 10 #include <stdio.h> 11 11 #include <string.h> 12 13 #ifndef sparc 12 14 #include <stdint.h> 15 #endif 16 17 #include <sys/types.h> 13 18 #include "clock_orbit_rtcm.h" 14 19 -
trunk/BNC/RTCM3/rtcm3torinex.c
r1278 r1305 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.c,v 1. 36 2008/12/03 08:33:16 stoeckerExp $3 $Id: rtcm3torinex.c,v 1.21.2.1 2008/12/18 12:45:53 mervart Exp $ 4 4 Copyright (C) 2005-2008 by Dirk Stöcker <stoecker@alberding.eu> 5 5 … … 48 48 #endif 49 49 50 #ifndef isinf 51 # define isinf(x) 0 52 #endif 53 50 54 #include "rtcm3torinex.h" 51 55 52 56 /* CVS revision and version */ 53 static char revisionstr[] = "$Revision: 1. 36$";57 static char revisionstr[] = "$Revision: 1.21.2.1 $"; 54 58 55 59 #ifndef COMPILEDATE … … 1685 1689 1686 1690 #ifndef NO_RTCM3_MAIN 1687 static char datestr[] = "$Date: 2008/12/ 03 08:33:16$";1691 static char datestr[] = "$Date: 2008/12/18 12:45:53 $"; 1688 1692 1689 1693 /* The string, which is send as agent in HTTP request */
Note:
See TracChangeset
for help on using the changeset viewer.