Changeset 4429 in ntrip


Ignore:
Timestamp:
Jul 22, 2012, 5:53:35 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3coDecoder.cpp

    r4428 r4429  
    259259  const double MAXDT = 10 * 60.0;
    260260  if (fabs(dt) > MAXDT) {
    261     emit newMessage("suspicious correction", false);
     261    emit newMessage("suspicious correction: " + _staID.toAscii() + " "
     262                    + line.toAscii(), false);
    262263  }
    263264  else {
Note: See TracChangeset for help on using the changeset viewer.