Changeset 131 in ntrip for trunk/BNC/RTCM3/rtcm3torinex.cpp
- Timestamp:
- Sep 7, 2006, 9:48:35 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/rtcm3torinex.cpp
r99 r131 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.cpp,v 1. 6 2006/09/02 12:23:05mervart Exp $3 $Id: rtcm3torinex.cpp,v 1.7 2006/09/06 16:13:16 mervart Exp $ 4 4 5 5 Program written bei … … 66 66 67 67 /* CVS revision and version */ 68 static char revisionstr[] = "$Revision: 1. 6$";69 static char datestr[] = "$Date: 2006/09/0 2 12:23:05$";68 static char revisionstr[] = "$Revision: 1.7 $"; 69 static char datestr[] = "$Date: 2006/09/06 16:13:16 $"; 70 70 static int stop = 0; 71 71 … … 740 740 741 741 742 #ifndef NO_RTCM3_MAIN 742 743 for(i = 0; i < hdata.numheaders; ++i) 743 744 printf("%s\n", hdata.data.unnamed[i]); 744 745 printf(" " 745 746 "END OF HEADER\n"); 747 #endif 746 748 } 747 749
Note:
See TracChangeset
for help on using the changeset viewer.