Changeset 367 in ntrip for trunk/BNC/bncrinex.cpp


Ignore:
Timestamp:
Jan 18, 2007, 11:14:34 AM (17 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r366 r367  
    334334      }
    335335      else if (line.indexOf("# / TYPES OF OBSERV") != -1) {
    336         _out << "     6    C1    C2    P1    P2    L1    L2"
    337                 "                  # / TYPES OF OBSERV"  << endl;
     336        _out << "     8    C1    C2    P1    P2    L1    L2    S1    S2"
     337                "      # / TYPES OF OBSERV"  << endl;
    338338      }
    339339      else if (line.indexOf("TIME OF FIRST OBS") != -1) {
     
    380380         << "                  "                                     << "ANTENNA: DELTA H/E/N" << endl;
    381381    _out << "     1     1                                                WAVELENGTH FACT L1/2" << endl;
    382     _out << "     6    C1    C2    P1    P2    L1    L2                  # / TYPES OF OBSERV"  << endl;
     382    _out << "     8    C1    C2    P1    P2    L1    L2    S1    S2      # / TYPES OF OBSERV"  << endl;
    383383        _out << datTim.toString("  yyyy    MM    dd"
    384384                                "    hh    mm   ss.zzz0000").toAscii().data();
     
    479479    _out << setw(14) << setprecision(3) << ob->L2 << lli
    480480         << setw(1) << ob->SNR2;
     481    _out << setw(14) << setprecision(3) << ob->S1 ;
     482    _out << setw(16) << setprecision(3) << ob->S2 ;
    481483    _out << endl;
    482484
Note: See TracChangeset for help on using the changeset viewer.