- Timestamp:
- Jan 16, 2010, 11:22:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/rtcm3torinex.c
r2255 r2256 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.c,v 1.2 8 2010/01/12 12:13:23mervart Exp $3 $Id: rtcm3torinex.c,v 1.29 2010/01/16 10:18:44 mervart 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 8$";57 static char revisionstr[] = "$Revision: 1.29 $"; 58 58 59 59 #ifndef COMPILEDATE … … 251 251 } 252 252 253 // Convert Moscow time into UTC (fixnumleap == 1) or GPS (fixnumleap == 0) 253 254 void updatetime(int *week, int *secOfWeek, int mSecOfWeek, int fixnumleap) 254 255 { … … 1683 1684 1684 1685 #ifndef NO_RTCM3_MAIN 1685 static char datestr[] = "$Date: 2010/01/1 2 12:13:23$";1686 static char datestr[] = "$Date: 2010/01/16 10:18:44 $"; 1686 1687 1687 1688 /* The string, which is send as agent in HTTP request */
Note:
See TracChangeset
for help on using the changeset viewer.