Changeset 541 in ntrip


Ignore:
Timestamp:
Oct 23, 2007, 9:17:59 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r540 r541  
    481481    while (it.hasNext()) {
    482482      Observation* ob = it.next();
    483       _out << ob->satSys << setw(2) << ob->satNum << "  "
    484            << setw(14) << setprecision(3) << ob->P1
    485            << setw(14) << setprecision(3) << ob->L1
    486            << setw(14) << setprecision(3) << ob->S1
    487            << setw(14) << setprecision(3) << ob->P2
    488            << setw(14) << setprecision(3) << ob->L2
     483      _out << ob->satSys << setw(2) << ob->satNum
     484           << setw(14) << setprecision(3) << ob->C1 << "  "
     485           << setw(14) << setprecision(3) << ob->L1 << " 9"
     486           << setw(14) << setprecision(3) << ob->S1 << "  "
     487           << setw(14) << setprecision(3) << ob->P2 << "  "
     488           << setw(14) << setprecision(3) << ob->L2 << " 9"
    489489           << setw(14) << setprecision(3) << ob->S2
    490490           << endl;
Note: See TracChangeset for help on using the changeset viewer.