Changeset 6704 in ntrip


Ignore:
Timestamp:
Mar 23, 2015, 12:42:11 PM (9 years ago)
Author:
stuerze
Message:

set default observation types if empty in skl file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/rnxobsfile.cpp

    r6675 r6704  
    218218  }
    219219
     220  // set default observation types if empty in skl file
     221  // --------------------------------------------------
     222  if (_obsTypes.empty()) {
     223    setDefault(_markerName, _version);
     224  }
     225
    220226  // Systems used
    221227  // ------------
     
    307313  _comments        = header._comments;
    308314  _usedSystems     = header._usedSystems;
     315
    309316  for (unsigned iPrn = 1; iPrn <= t_prn::MAXPRN_GPS; iPrn++) {
    310317    _wlFactorsL1[iPrn] =  header._wlFactorsL1[iPrn];
     
    573580
    574581  QStringList strList;
    575 
    576582  if (_version < 3.0) {
    577583    char sys0 = _usedSystems[0].toAscii();
Note: See TracChangeset for help on using the changeset viewer.