Changeset 96 in ntrip
- Timestamp:
- Sep 2, 2006, 2:23:05 PM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/rtcm3torinex.cpp
r95 r96 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.cpp,v 1. 4 2006/08/31 09:20:09mervart Exp $3 $Id: rtcm3torinex.cpp,v 1.5 2006/09/01 07:36:54 mervart Exp $ 4 4 5 5 Program written bei … … 37 37 38 38 #ifndef NO_RTCM3_MAIN 39 #include <getopt.h> 40 #include <netdb.h> 41 #include <netinet/in.h> 42 #include <sys/socket.h> 43 #endif 44 39 45 #include <stdint.h> 40 #include <getopt.h>41 #endif42 43 46 #include <ctype.h> 44 47 #include <errno.h> 45 48 #include <math.h> 46 #include <netdb.h>47 #include <netinet/in.h>48 49 #include <signal.h> 49 50 #include <stdio.h> 50 51 #include <stdlib.h> 51 52 #include <string.h> 52 #include <sys/socket.h>53 53 #include <sys/types.h> 54 54 #include <time.h> … … 65 65 66 66 /* CVS revision and version */ 67 static char revisionstr[] = "$Revision: 1. 4$";68 static char datestr[] = "$Date: 2006/0 8/31 09:20:09$";67 static char revisionstr[] = "$Revision: 1.5 $"; 68 static char datestr[] = "$Date: 2006/09/01 07:36:54 $"; 69 69 static int stop = 0; 70 70 -
trunk/BNC/bncapp.cpp
r93 r96 16 16 * -----------------------------------------------------------------------*/ 17 17 18 #include <QFile> 19 #include <QTextStream> 18 20 #include <iostream> 19 21
Note:
See TracChangeset
for help on using the changeset viewer.