Changeset 328 in ntrip
- Timestamp:
- Nov 24, 2006, 10:53:42 AM (18 years ago)
- Location:
- trunk/rtcm3torinex
- Files:
-
- 2 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 */ -
trunk/rtcm3torinex/rtcm3torinex.h
r318 r328 4 4 /* 5 5 Converter for RTCM3 data to RINEX. 6 $Id: rtcm3torinex.h,v 1. 2 2006/11/03 11:50:11 stoecker Exp $6 $Id: rtcm3torinex.h,v 1.3 2006/11/15 12:31:31 stoecker Exp $ 7 7 Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@euronik.eu> 8 8 … … 94 94 #define GLO_WAVELENGTH_L2(a) (LIGHTSPEED / GLO_FREQU_L2(a)) /* m */ 95 95 96 /* unimportant, only for approx. time needed */97 #define LEAPSECONDS 1498 99 96 /* Additional flags for the data field, which tell us more. */ 100 97 #define GNSSDF_LOCKLOSSL1 (1<<29) /* lost lock on L1 */
Note:
See TracChangeset
for help on using the changeset viewer.