Changeset 225 in ntrip


Ignore:
Timestamp:
Oct 7, 2006, 1:08:30 PM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r224 r225  
    208208      }
    209209      else if (line.indexOf("# / TYPES OF OBSERV") != -1) {
    210         _out << "     4    P1    P2    L1    L2"
    211                 "                              # / TYPES OF OBSERV"  << endl;
     210        _out << "     5    C1    P1    P2    L1    L2"
     211                "                        # / TYPES OF OBSERV"  << endl;
    212212      }
    213213      else if (line.indexOf("TIME OF FIRST OBS") != -1) {
     
    254254         << "                  "                                     << "ANTENNA: DELTA H/E/N" << endl;
    255255    _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;
    257257        _out << datTim.toString("  yyyy    MM    dd"
    258258                                "    hh    mm   ss.zzz0000").toAscii().data();
     
    346346    char snr = ' ';
    347347    _out << setw(14) << setprecision(3) << ob->C1 << lli << snr;
     348    _out << setw(14) << setprecision(3) << ob->P1 << lli << snr;
    348349    _out << setw(14) << setprecision(3) << ob->P2 << lli << snr;
    349350    _out << setw(14) << setprecision(3) << ob->L1 << lli << snr;
Note: See TracChangeset for help on using the changeset viewer.