Changeset 5777 in ntrip


Ignore:
Timestamp:
Aug 4, 2014, 1:36:02 PM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src/PPP
Files:
2 edited

Legend:

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

    r5774 r5777  
    161161  epoTime.reset();
    162162
     163  if (pppSatObs.size() == 0) {
     164    return success;
     165  }
     166
    163167  // Create vector of valid observations
    164168  // -----------------------------------
  • trunk/BNC/src/PPP/pppThread.cpp

    r5775 r5777  
    163163  QMutexLocker locker(&_mutex);
    164164
     165  if (string(staID.data()) != _opt->_roverName) {
     166    return;
     167  }
     168
    165169  vector<t_pppSatObs> satObs;
    166170  t_output            output;
Note: See TracChangeset for help on using the changeset viewer.