Changeset 4889 in ntrip


Ignore:
Timestamp:
Jan 18, 2013, 10:45:12 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r4481 r4889  
    472472  // If Master not present, switch to another one
    473473  // --------------------------------------------
     474  const unsigned switchMasterAfterGap = 1;
    474475  if (masterPresent) {
    475476    _masterMissingEpochs = 0;
     
    477478  else {
    478479    ++_masterMissingEpochs;
    479     if (_masterMissingEpochs < 10) {
     480    if (_masterMissingEpochs < switchMasterAfterGap) {
    480481      out << "Missing Master, Epoch skipped" << endl;
    481482      _buffer.remove(_resTime);
Note: See TracChangeset for help on using the changeset viewer.