- Timestamp:
- Jan 16, 2010, 12:10:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/rtcm3torinex.c
r2256 r2261 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.c,v 1. 29 2010/01/16 10:18:44mervart Exp $3 $Id: rtcm3torinex.c,v 1.30 2010/01/16 10:21:09 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. 29$";57 static char revisionstr[] = "$Revision: 1.30 $"; 58 58 59 59 #ifndef COMPILEDATE … … 640 640 GETBITS(i,27) /* tk */ 641 641 642 updatetime(&handle->GPSWeek, &handle->GPSTOW, i, 0); // Moscow -> GPS 642 643 i = handle->GPSTOW*1000; 643 updatetime(&handle->GPSWeek, &handle->GPSTOW, i, 0); // Moscow -> GPS644 644 if(gnss->week && (gnss->timeofweek != i || gnss->week 645 645 != handle->GPSWeek)) … … 1684 1684 1685 1685 #ifndef NO_RTCM3_MAIN 1686 static char datestr[] = "$Date: 2010/01/16 10: 18:44$";1686 static char datestr[] = "$Date: 2010/01/16 10:21:09 $"; 1687 1687 1688 1688 /* The string, which is send as agent in HTTP request */
Note:
See TracChangeset
for help on using the changeset viewer.