Changeset 6024 in ntrip for trunk/BNC/src/PPP/pppSatObs.cpp


Ignore:
Timestamp:
Aug 21, 2014, 10:24:46 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppSatObs.cpp

    r6023 r6024  
    100100        }
    101101      }
     102    }
     103  }
     104
     105  // Check whether all required frequencies available
     106  // ------------------------------------------------
     107  for (unsigned ii = 0; ii < OPT->LCs(_prn.system()).size(); ii++) {
     108    t_lc::type tLC = OPT->LCs(_prn.system())[ii];
     109    if (!isValid(tLC)) {
     110      _valid = false;
     111      return;
    102112    }
    103113  }
Note: See TracChangeset for help on using the changeset viewer.