Changeset 3484 in ntrip for trunk/BNC/combination/bnccomb.cpp


Ignore:
Timestamp:
Oct 30, 2011, 2:32:22 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/combination/bnccomb.cpp

    r3483 r3484  
    166166  }
    167167
     168  // Use Glonass
     169  // -----------
     170  if ( Qt::CheckState(settings.value("pppGLONASS").toInt()) == Qt::Checked) {
     171    _useGlonass = true;
     172  }
     173  else {
     174    _useGlonass = false;
     175  }
     176
    168177  // Initialize Parameters (model: Clk_Corr = AC_Offset + Sat_Offset + Clk)
    169178  // ----------------------------------------------------------------------
     
    226235  if (_MAXRES <= 0.0) {
    227236    _MAXRES = 999.0;
    228   }
    229 
    230   // Use Glonass
    231   // -----------
    232   if ( Qt::CheckState(settings.value("pppGLONASS").toInt()) == Qt::Checked) {
    233     _useGlonass = true;
    234   }
    235   else {
    236     _useGlonass = false;
    237237  }
    238238}
Note: See TracChangeset for help on using the changeset viewer.