Changeset 328 in ntrip for trunk/rtcm3torinex/rtcm3torinex.c
- Timestamp:
- Nov 24, 2006, 10:53:42 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtcm3torinex/rtcm3torinex.c
r326 r328 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.c,v 1.1 1 2006/11/21 08:27:35stoecker Exp $3 $Id: rtcm3torinex.c,v 1.12 2006/11/23 14:39:50 stoecker Exp $ 4 4 Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@euronik.eu> 5 5 … … 51 51 52 52 /* CVS revision and version */ 53 static char revisionstr[] = "$Revision: 1.1 1$";53 static char revisionstr[] = "$Revision: 1.12 $"; 54 54 55 55 static uint32_t CRC24(long size, const unsigned char *buf) … … 179 179 {0,0,0,0} /* end marker */ 180 180 }; 181 #define LEAPSECONDS 14 /* only needed for approx. time */ 181 182 #define GPSLEAPSTART 19 /* 19 leap seconds existed at 6.1.1980 */ 182 183 … … 989 990 990 991 #ifndef NO_RTCM3_MAIN 991 static char datestr[] = "$Date: 2006/11/2 1 08:27:35$";992 static char datestr[] = "$Date: 2006/11/23 14:39:50 $"; 992 993 993 994 /* The string, which is send as agent in HTTP request */
Note:
See TracChangeset
for help on using the changeset viewer.