Changeset 7753 in ntrip for trunk/BNC/src/bncgetthread.cpp


Ignore:
Timestamp:
Feb 10, 2016, 1:54:36 PM (8 years ago)
Author:
stuerze
Message:

minor changes to prevent the loss of observation epochs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncgetthread.cpp

    r7724 r7753  
    493493        continue;
    494494      }
    495       decoder()->_obsList.clear();
     495
    496496      t_irc irc = decoder()->Decode(data.data(), data.size(), errmsg);
    497497
     498      if (irc != success) {
     499        continue;
     500      }
    498501      // Perform various scans and checks
    499502      // --------------------------------
     
    506509      }
    507510
    508       if (irc == success) {
    509         miscScanRTCM();
    510       }
     511      miscScanRTCM();
    511512
    512513      // Loop over all observations (observations output)
     
    570571      }
    571572
    572       decoder()->_obsList.clear();
    573573    }
    574574    catch (Exception& exc) {
Note: See TracChangeset for help on using the changeset viewer.