Changeset 551 in ntrip for trunk/BNC/RTCM3
- Timestamp:
- Oct 28, 2007, 9:50:37 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/rtcm3torinex.c
r529 r551 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.c,v 1. 6 2007/10/18 13:11:12 mervartExp $3 $Id: rtcm3torinex.c,v 1.25 2007/10/25 09:37:42 stoecker Exp $ 4 4 Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@alberding.eu> 5 5 … … 51 51 52 52 /* CVS revision and version */ 53 static char revisionstr[] = "$Revision: 1. 6$";53 static char revisionstr[] = "$Revision: 1.25 $"; 54 54 55 55 #ifndef COMPILEDATE … … 855 855 int i; 856 856 857 memset(&hdata, 0, sizeof(hdata)); 858 857 859 hdata.data.named.version = buffer; 858 860 i = 1+snprintf(buffer, buffersize, … … 1534 1536 1535 1537 #ifndef NO_RTCM3_MAIN 1536 static char datestr[] = "$Date: 2007/10/ 18 13:11:12 $";1538 static char datestr[] = "$Date: 2007/10/25 09:37:42 $"; 1537 1539 1538 1540 /* The string, which is send as agent in HTTP request */
Note:
See TracChangeset
for help on using the changeset viewer.