Changeset 5998 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Aug 18, 2014, 9:47:43 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppRun.cpp
r5991 r5998 398 398 } 399 399 if (cc) { 400 clkCorr.push_back(cc); 400 clkCorr.push_back(cc); 401 _lastClkCorrValue[cc->_prn.toInt()] = cc->_dClk; 401 402 if (_lastClkCorrTime.undef() || cc->_time > _lastClkCorrTime) { 402 403 _lastClkCorrTime = cc->_time;
Note:
See TracChangeset
for help on using the changeset viewer.