Changeset 506 in ntrip
- Timestamp:
- Oct 14, 2007, 5:06:17 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/rtcm3torinex.c
r505 r506 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.c,v 1. 1 2007/10/14 13:02:20mervart Exp $3 $Id: rtcm3torinex.c,v 1.2 2007/10/14 14:59:27 mervart 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. 1$";53 static char revisionstr[] = "$Revision: 1.2 $"; 54 54 55 55 #ifndef COMPILEDATE … … 1139 1139 } 1140 1140 1141 #ifndef NO_RTCM3_MAIN1142 1141 for(i = 0; i < hdata.numheaders; ++i) 1143 1142 { … … 1147 1146 RTCM3Text(" " 1148 1147 "END OF HEADER\n"); 1149 #endif1150 1148 } 1151 1149 … … 1536 1534 1537 1535 #ifndef NO_RTCM3_MAIN 1538 static char datestr[] = "$Date: 2007/10/14 1 3:02:20$";1536 static char datestr[] = "$Date: 2007/10/14 14:59:27 $"; 1539 1537 1540 1538 /* The string, which is send as agent in HTTP request */
Note:
See TracChangeset
for help on using the changeset viewer.