Changeset 542 in ntrip for trunk/BNC/bncrinex.cpp
- Timestamp:
- Oct 23, 2007, 9:22:29 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncrinex.cpp
r541 r542 483 483 _out << ob->satSys << setw(2) << ob->satNum 484 484 << setw(14) << setprecision(3) << ob->C1 << " " 485 << setw(14) << setprecision(3) << ob->L1 << " 9" 485 << setw(14) << setprecision(3) << ob->L1 << " " 486 << setw(1) << ob->SNR1 486 487 << setw(14) << setprecision(3) << ob->S1 << " " 487 488 << setw(14) << setprecision(3) << ob->P2 << " " 488 << setw(14) << setprecision(3) << ob->L2 << " 9" 489 << setw(14) << setprecision(3) << ob->L2 << " " 490 << setw(1) << ob->SNR2 489 491 << setw(14) << setprecision(3) << ob->S2 490 492 << endl;
Note:
See TracChangeset
for help on using the changeset viewer.