Changeset 5777 in ntrip for trunk/BNC/src/PPP/pppThread.cpp


Ignore:
Timestamp:
Aug 4, 2014, 1:36:02 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.