Changeset 9622 in ntrip for trunk/BNC/src
- Timestamp:
- Jan 27, 2022, 2:44:49 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/pppRun.cpp
r9615 r9622 347 347 // Process the front epoch 348 348 // ----------------------- 349 349 350 if (_opt->_corrWaitTime == 0 || 350 _epoData.front()->_time - _lastClkCorrTime< _opt->_corrWaitTime) {351 352 if ( _epoData.front()->_time - _lastClkCorrTime <0) {351 (_epoData.front()->_time - _lastClkCorrTime) < _opt->_corrWaitTime) { 352 353 if (fabs(_epoData.front()->_time - _lastClkCorrTime) > 60.0) { 353 354 delete _epoData.front(); 354 355 _epoData.pop_front();
Note:
See TracChangeset
for help on using the changeset viewer.