Changeset 7945 in ntrip for branches/BNC_2.12/src/pppMain.cpp


Ignore:
Timestamp:
Jun 2, 2016, 11:18:43 AM (8 years ago)
Author:
stuerze
Message:

the approach how to wait for clock corrections in PPP mode, which was well proven in BNC verson 2.11 is now re-implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/pppMain.cpp

    r7858 r7945  
    178178    opt->_sigmaL1      = settings.value("PPP/sigmaL1").toDouble(); if (opt->_sigmaL1 <= 0.0) opt->_sigmaL1 = 0.01;
    179179    opt->_corrWaitTime = settings.value("PPP/corrWaitTime").toDouble();
     180    if (!_realTime || opt->_corrMount.empty()) {
     181      opt->_corrWaitTime = 0;
     182    }
    180183
    181184    if      (settings.value("PPP/lcGPS").toString() == "P1") {
Note: See TracChangeset for help on using the changeset viewer.