Changeset 512 in ntrip for trunk/BNC/RTCM3/rtcm3torinex.c
- Timestamp:
- Oct 17, 2007, 8:16:47 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/rtcm3torinex.c
r507 r512 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.c,v 1. 3 2007/10/14 15:06:17 mervartExp $3 $Id: rtcm3torinex.c,v 1.24 2007/10/08 13:29:45 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. 3$";53 static char revisionstr[] = "$Revision: 1.24 $"; 54 54 55 55 #ifndef COMPILEDATE … … 806 806 #endif 807 807 808 #ifndef NO_RTCM3_MAIN809 808 void RTCM3Text(const char *fmt, ...) 810 809 { … … 814 813 va_end(v); 815 814 } 816 #endif817 815 818 816 static int HandleRunBy(char *buffer, int buffersize, const char **u, … … 1536 1534 1537 1535 #ifndef NO_RTCM3_MAIN 1538 static char datestr[] = "$Date: 2007/10/ 14 15:06:17$";1536 static char datestr[] = "$Date: 2007/10/08 13:29:45 $"; 1539 1537 1540 1538 /* The string, which is send as agent in HTTP request */
Note:
See TracChangeset
for help on using the changeset viewer.