Changeset 9131 in ntrip
- Timestamp:
- Sep 22, 2020, 3:46:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncgetthread.cpp
r9124 r9131 624 624 if (wrongObservationEpoch) { 625 625 QString prn(obs._prn.toString().c_str()); 626 emit(newMessage( 627 _staID + " (" + prn.toLatin1() + ")" 628 + ": Wrong observation epoch(s)", false)); 626 emit(newMessage(_staID + " (" + prn.toLatin1() + ")" + ": Wrong observation epoch(s)", false)); 629 627 continue; 630 628 } … … 643 641 continue; 644 642 } else if (obsTime == oldTime) { 645 emit(newMessage(_staID + ": observation coming more than once " 646 + prn.toLatin1(), false)); 643 emit(newMessage(_staID + ": observation coming more than once " + prn.toLatin1(), false)); 647 644 continue; 648 645 }
Note:
See TracChangeset
for help on using the changeset viewer.