Changeset 949 in ntrip
- Timestamp:
- Jun 20, 2008, 8:15:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtcm3torinex/rtcm3torinex.c
r744 r949 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.c,v 1.2 6 2007/12/20 10:42:10stoecker Exp $3 $Id: rtcm3torinex.c,v 1.27 2008/03/25 15:10:48 stoecker Exp $ 4 4 Copyright (C) 2005-2008 by Dirk Stöcker <stoecker@alberding.eu> 5 5 … … 51 51 52 52 /* CVS revision and version */ 53 static char revisionstr[] = "$Revision: 1.2 6$";53 static char revisionstr[] = "$Revision: 1.27 $"; 54 54 55 55 #ifndef COMPILEDATE … … 681 681 gnss->dataflags[num] |= l; 682 682 gnss->measdata[num][le] = l1range*0.02+i*0.0005 683 +amb*599584.91 5;683 +amb*599584.916; 684 684 } 685 685 GETBITS(i,7) … … 1531 1531 1532 1532 #ifndef NO_RTCM3_MAIN 1533 static char datestr[] = "$Date: 200 7/12/20 10:42:10$";1533 static char datestr[] = "$Date: 2008/03/25 15:10:48 $"; 1534 1534 1535 1535 /* The string, which is send as agent in HTTP request */
Note:
See TracChangeset
for help on using the changeset viewer.