Changeset 544 in ntrip


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r543 r544  
    400400         << setw(14) << setprecision(4) << antennaNEU[2]
    401401         << "                  "                                     << "ANTENNA: DELTA H/E/N" << endl;
    402     _out << "     1     1                                                WAVELENGTH FACT L1/2" << endl;
    403     _out << "     8    C1    C2    P1    P2    L1    L2    S1    S2      # / TYPES OF OBSERV"  << endl;
    404         _out << datTim.toString("  yyyy    MM    dd"
     402    if (_rinexVers == 3) {
     403      _out << "G    6 C1C L1C S1C C2P L2P S2P                              SYS / # / OBS TYPES" << endl;
     404      _out << "R    6 C1C L1C S1C C2P L2P S2P                              SYS / # / OBS TYPES" << endl;
     405
     406    }
     407    else {
     408      _out << "     1     1                                                WAVELENGTH FACT L1/2" << endl;
     409      _out << "     8    C1    C2    P1    P2    L1    L2    S1    S2      # / TYPES OF OBSERV"  << endl;
     410    }
     411    _out << datTim.toString("  yyyy    MM    dd"
    405412                                "    hh    mm   ss.zzz0000").toAscii().data();
    406413    _out << "                 "                                      << "TIME OF FIRST OBS"    << endl;
Note: See TracChangeset for help on using the changeset viewer.