- Timestamp:
- Nov 25, 2009, 12:41:32 PM (15 years ago)
- Location:
- trunk/BNS/RTCM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/RTCM/rtcm3torinex.c
r1837 r2013 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.c,v 1.2 5 2009/05/07 09:27:19 mervartExp $3 $Id: rtcm3torinex.c,v 1.27 2009/11/04 16:40:16 zdenek Exp $ 4 4 Copyright (C) 2005-2008 by Dirk Stöcker <stoecker@alberding.eu> 5 5 … … 55 55 56 56 /* CVS revision and version */ 57 static char revisionstr[] = "$Revision: 1.2 5$";57 static char revisionstr[] = "$Revision: 1.27 $"; 58 58 59 59 #ifndef COMPILEDATE … … 675 675 GETBITS(code, 1) 676 676 GETBITS(freq, 5) 677 678 gnss->channels[num] = freq - 7; 679 677 680 if(code) 678 681 { … … 1689 1692 1690 1693 #ifndef NO_RTCM3_MAIN 1691 static char datestr[] = "$Date: 2009/ 05/07 09:27:19$";1694 static char datestr[] = "$Date: 2009/11/04 16:40:16 $"; 1692 1695 1693 1696 /* The string, which is send as agent in HTTP request */ -
trunk/BNS/RTCM/rtcm3torinex.h
r1837 r2013 4 4 /* 5 5 Converter for RTCM3 data to RINEX. 6 $Id: rtcm3torinex.h,v 1.1 7 2009/05/07 09:27:19 mervartExp $6 $Id: rtcm3torinex.h,v 1.18 2009/11/04 16:19:40 zdenek Exp $ 7 7 Copyright (C) 2005-2006 by Dirk Stöcker <stoecker@alberding.eu> 8 8 … … 108 108 int dataflags[24]; /* GPSDF_xxx */ 109 109 int satellites[24]; /* SV - IDs */ 110 int channels[24]; /* Glonass channels - valid of Glonass SV only */ 110 111 int snrL1[24]; /* Important: all the 5 SV-specific fields must */ 111 112 int snrL2[24]; /* have the same SV-order */
Note:
See TracChangeset
for help on using the changeset viewer.