Changeset 86 in ntrip
- Timestamp:
- Aug 31, 2006, 11:20:09 AM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 3 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. 2 2006/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 -
trunk/BNC/RTIGS/rtigs.cpp
r84 r86 55 55 } 56 56 if (! found) { 57 cout << "Message not found\n";58 57 _buffer.clear(); 59 58 return; -
trunk/BNC/bncrinex.cpp
r85 r86 138 138 _out << " 2.10 OBSERVATION DATA G (GPS) RINEX VERSION / TYPE" << endl; 139 139 _out << "BNC LM 27-Aug-2006 PGM / RUN BY / DATE" << endl; 140 _out.setf(ios::left); 140 141 _out << setw(60) << _statID.data() << "MARKER NAME" << endl; 141 142 _out << setw(60) << "BKG" << "OBSERVER / AGENCY" << endl; … … 146 147 << setw(20) << "unknown" 147 148 << setw(20) << " " << "ANT # / TYPE" << endl; 149 _out.unsetf(ios::left); 148 150 _out << setw(14) << setprecision(4) << approxPos[0] 149 151 << setw(14) << setprecision(4) << approxPos[1]
Note:
See TracChangeset
for help on using the changeset viewer.