Changeset 5125 in ntrip for trunk/BNC/src
- Timestamp:
- Apr 16, 2013, 7:36:56 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r5121 r5125 296 296 newCorr->acName = acName; 297 297 if (!newCorr->readLine(line) == success) { 298 emit newMessage("bncComb: cannot read correction", true); 298 299 delete newCorr; 299 300 return; … … 332 333 // ----------------- 333 334 if (int(newCorr->tClk.gpssec()) % _cmbSampl != 0.0) { 335 emit newMessage("bncComb: correction out of sampling rate " + newCorr->prn.toAscii(), true); 334 336 delete newCorr; 335 337 return; … … 347 349 //-------------------- 348 350 if (_eph.find(newCorr->prn) == _eph.end()) { 351 emit newMessage("bncComb: eph not found (1) " + newCorr->prn.toAscii(), true); 349 352 delete newCorr; 350 353 return; … … 361 364 } 362 365 else { 366 emit newMessage("bncComb: eph not found (2) " + newCorr->prn.toAscii(), true); 363 367 delete newCorr; 364 368 return;
Note:
See TracChangeset
for help on using the changeset viewer.