Changeset 543 in ntrip for trunk/BNC/bncrinex.cpp
- Timestamp:
- Oct 23, 2007, 9:29:39 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncrinex.cpp
r542 r543 481 481 while (it.hasNext()) { 482 482 Observation* ob = it.next(); 483 _out << ob->satSys << setw(2) << ob->satNum 483 _out << ob->satSys 484 << setw(2) << setfill('0') << ob->satNum << setfill(' ') 484 485 << setw(14) << setprecision(3) << ob->C1 << " " 485 486 << setw(14) << setprecision(3) << ob->L1 << " "
Note:
See TracChangeset
for help on using the changeset viewer.