Changeset 4889 in ntrip
- Timestamp:
- Jan 18, 2013, 10:45:12 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r4481 r4889 472 472 // If Master not present, switch to another one 473 473 // -------------------------------------------- 474 const unsigned switchMasterAfterGap = 1; 474 475 if (masterPresent) { 475 476 _masterMissingEpochs = 0; … … 477 478 else { 478 479 ++_masterMissingEpochs; 479 if (_masterMissingEpochs < 10) {480 if (_masterMissingEpochs < switchMasterAfterGap) { 480 481 out << "Missing Master, Epoch skipped" << endl; 481 482 _buffer.remove(_resTime);
Note:
See TracChangeset
for help on using the changeset viewer.