Changeset 2787 in ntrip


Ignore:
Timestamp:
Dec 14, 2010, 1:06:09 PM (13 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r2784 r2787  
    212212  }
    213213
    214   _useGalileo = true; // TODO
     214  if ( Qt::CheckState(settings.value("pppGalileo").toInt()) == Qt::Checked) {
     215    _useGalileo = true;
     216  }
     217  else {
     218    _useGalileo = false;
     219  }
    215220
    216221  int nextPar = 0;
  • trunk/BNC/bncpppclient.cpp

    r2786 r2787  
    253253  // ------------------------
    254254  else if (obs.satSys == 'E') {
    255     if ( obs.C1 && obs.C2 && obs.L1() && obs.L5) {
     255    if ( obs.C1 && obs.C5 && obs.L1() && obs.L5) {
    256256      double f1 = t_CST::freq1;
    257257      double f5 = t_CST::freq5;
Note: See TracChangeset for help on using the changeset viewer.