Changeset 5125 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Apr 16, 2013, 7:36:56 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5121 r5125  
    296296  newCorr->acName = acName;
    297297  if (!newCorr->readLine(line) == success) {
     298    emit newMessage("bncComb: cannot read correction", true);
    298299    delete newCorr;
    299300    return;
     
    332333  // -----------------
    333334  if (int(newCorr->tClk.gpssec()) % _cmbSampl != 0.0) {
     335    emit newMessage("bncComb: correction out of sampling rate "  + newCorr->prn.toAscii(), true);
    334336    delete newCorr;
    335337    return;
     
    347349  //--------------------
    348350  if (_eph.find(newCorr->prn) == _eph.end()) {
     351    emit newMessage("bncComb: eph not found (1) "  + newCorr->prn.toAscii(), true);
    349352    delete newCorr;
    350353    return;
     
    361364    }
    362365    else {
     366      emit newMessage("bncComb: eph not found (2) "  + newCorr->prn.toAscii(), true);
    363367      delete newCorr;
    364368      return;
Note: See TracChangeset for help on using the changeset viewer.