- Timestamp:
- Sep 6, 2006, 6:13:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/rtcm3torinex.cpp
r96 r99 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.cpp,v 1. 5 2006/09/01 07:36:54mervart Exp $3 $Id: rtcm3torinex.cpp,v 1.6 2006/09/02 12:23:05 mervart Exp $ 4 4 5 5 Program written bei … … 43 43 #endif 44 44 45 #ifndef sparc 45 46 #include <stdint.h> 47 #endif 48 46 49 #include <ctype.h> 47 50 #include <errno.h> … … 55 58 #include <unistd.h> 56 59 57 58 59 60 /* The string, which is send as agent in HTTP request */ 60 61 #define AGENTSTRING "NTRIP NtripRTCM3ToRINEX" … … 65 66 66 67 /* CVS revision and version */ 67 static char revisionstr[] = "$Revision: 1. 5$";68 static char datestr[] = "$Date: 2006/09/0 1 07:36:54$";68 static char revisionstr[] = "$Revision: 1.6 $"; 69 static char datestr[] = "$Date: 2006/09/02 12:23:05 $"; 69 70 static int stop = 0; 70 71
Note:
See TracChangeset
for help on using the changeset viewer.