Changeset 225 in ntrip
- Timestamp:
- Oct 7, 2006, 1:08:30 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncrinex.cpp
r224 r225 208 208 } 209 209 else if (line.indexOf("# / TYPES OF OBSERV") != -1) { 210 _out << " 4P1 P2 L1 L2"211 " 210 _out << " 5 C1 P1 P2 L1 L2" 211 " # / TYPES OF OBSERV" << endl; 212 212 } 213 213 else if (line.indexOf("TIME OF FIRST OBS") != -1) { … … 254 254 << " " << "ANTENNA: DELTA H/E/N" << endl; 255 255 _out << " 1 1 WAVELENGTH FACT L1/2" << endl; 256 _out << " 4 P1 P2 L1 L2# / TYPES OF OBSERV" << endl;256 _out << " 5 C1 P1 P2 L1 L2 # / TYPES OF OBSERV" << endl; 257 257 _out << datTim.toString(" yyyy MM dd" 258 258 " hh mm ss.zzz0000").toAscii().data(); … … 346 346 char snr = ' '; 347 347 _out << setw(14) << setprecision(3) << ob->C1 << lli << snr; 348 _out << setw(14) << setprecision(3) << ob->P1 << lli << snr; 348 349 _out << setw(14) << setprecision(3) << ob->P2 << lli << snr; 349 350 _out << setw(14) << setprecision(3) << ob->L1 << lli << snr;
Note:
See TracChangeset
for help on using the changeset viewer.