Changeset 4533 in ntrip


Ignore:
Timestamp:
Aug 16, 2012, 9:22:16 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncrinex.cpp

    r4532 r4533  
    359359    _addComments << format.left(6) + " "
    360360                                   + _mountPoint.host() + _mountPoint.path();
     361    if (_header._obsTypesV3.size() == 0 && _header._version >= 3.0) {
     362      _addComments << "Default set of observation types used";
     363    }
    361364    if (_nmea == "yes") {
    362365      _addComments << "NMEA LAT=" + _latitude + " " + "LONG=" + _longitude;
     
    380383  // ---------------------------
    381384  if (_header._obsTypesV3.size() == 0) {
    382     if (skelRead && _header._version >= 3.0) {
    383       _addComments << "Default set of observation types used";
    384     }
    385385    _header._obsTypesV3['G'] << "C1C" << "L1C" << "D1C" << "S1C"
    386386                             << "C1P" << "L1P" << "D1P" << "S1P"
Note: See TracChangeset for help on using the changeset viewer.