Changeset 439 in ntrip for trunk/rtcm3torinex/rtcm3torinex.c
- Timestamp:
- Apr 11, 2007, 11:08:39 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtcm3torinex/rtcm3torinex.c
r378 r439 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.c,v 1.1 6 2007/01/11 15:32:26stoecker Exp $3 $Id: rtcm3torinex.c,v 1.17 2007/01/23 17:16:39 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.16 $"; 53 static char revisionstr[] = "$Revision: 1.17 $"; 54 55 #ifndef COMPILEDATE 56 #define COMPILEDATE " built " __DATE__ 57 #endif 54 58 55 59 static uint32_t CRC24(long size, const unsigned char *buf) … … 1017 1021 1018 1022 #ifndef NO_RTCM3_MAIN 1019 static char datestr[] = "$Date: 2007/01/ 11 15:32:26$";1023 static char datestr[] = "$Date: 2007/01/23 17:16:39 $"; 1020 1024 1021 1025 /* The string, which is send as agent in HTTP request */ … … 1235 1239 if(!res || help) 1236 1240 { 1237 RTCM3Error("Version %s (%s) GPL\nUsage: %s -s server -u user ...\n" 1241 RTCM3Error("Version %s (%s) GPL" COMPILEDATE 1242 "\nUsage: %s -s server -u user ...\n" 1238 1243 " -d " LONG_OPT("--data ") "the requested data set\n" 1239 1244 " -f " LONG_OPT("--headerfile ") "file for RINEX header information\n"
Note:
See TracChangeset
for help on using the changeset viewer.