Changeset 86 in ntrip for trunk/BNC/RTCM3
- Timestamp:
- Aug 31, 2006, 11:20:09 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/rtcm3torinex.cpp
r71 r86 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.cpp,v 1. 22006/08/24 13:56:49mervart Exp $3 $Id: rtcm3torinex.cpp,v 1.3 2006/08/25 11:50:34 mervart Exp $ 4 4 5 5 Program written bei … … 58 58 59 59 /* CVS revision and version */ 60 static char revisionstr[] = "$Revision: 1. 2$";61 static char datestr[] = "$Date: 2006/08/2 4 13:56:49$";60 static char revisionstr[] = "$Revision: 1.3 $"; 61 static char datestr[] = "$Date: 2006/08/25 11:50:34 $"; 62 62 static int stop = 0; 63 63 … … 732 732 } 733 733 734 #ifdef RTCM_TRANSFORM_MAIN 734 735 for(i = 0; i < hdata.numheaders; ++i) 735 736 printf("%s\n", hdata.data.unnamed[i]); 736 737 printf(" " 737 738 "END OF HEADER\n"); 739 #endif 738 740 } 739 741
Note:
See TracChangeset
for help on using the changeset viewer.