Changeset 378 in ntrip
- Timestamp:
- Jan 23, 2007, 6:16:39 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtcm3torinex/rtcm3torinex.c
r364 r378 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.c,v 1.1 5 2007/01/11 14:10:13stoecker Exp $3 $Id: rtcm3torinex.c,v 1.16 2007/01/11 15:32:26 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 5$";53 static char revisionstr[] = "$Revision: 1.16 $"; 54 54 55 55 static uint32_t CRC24(long size, const unsigned char *buf) … … 790 790 i = 1+snprintf(buffer, buffersize, 791 791 " %4d %2d %2d %2d %2d %10.7f GPS " 792 "TIME OF FIRST OBS", cti.year %100, cti.month, cti.day, cti.hour,792 "TIME OF FIRST OBS", cti.year, cti.month, cti.day, cti.hour, 793 793 cti.minute, cti.second + fmod(Parser->Data.timeofweek/1000.0,1.0)); 794 794 … … 1017 1017 1018 1018 #ifndef NO_RTCM3_MAIN 1019 static char datestr[] = "$Date: 2007/01/11 1 4:10:13$";1019 static char datestr[] = "$Date: 2007/01/11 15:32:26 $"; 1020 1020 1021 1021 /* The string, which is send as agent in HTTP request */
Note:
See TracChangeset
for help on using the changeset viewer.