Changeset 3305 in ntrip
- Timestamp:
- Jun 17, 2011, 4:58:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncgetthread.cpp
r3304 r3305 465 465 } 466 466 467 // Check observations com ming twice (e.g. KOUR0 Problem)468 // ---------------------------------------------------- -467 // Check observations coming twice (e.g. KOUR0 Problem) 468 // ---------------------------------------------------- 469 469 QMap<QString, long>::const_iterator it = _prnLastEpo.find(prn); 470 470 if (it == _prnLastEpo.end()) { … … 480 480 else if (obsTime == oldTime) { 481 481 emit( newMessage(_staID + 482 ": observation com ming more than once " + prn.toAscii(), false));482 ": observation coming more than once " + prn.toAscii(), false)); 483 483 continue; 484 484 }
Note:
See TracChangeset
for help on using the changeset viewer.