Changeset 8022 in ntrip


Ignore:
Timestamp:
Aug 24, 2016, 9:20:16 AM (8 years ago)
Author:
stuerze
Message:

satellite information added to "Wrong observation epoch" message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncgetthread.cpp

    r8012 r8022  
    542542          bool wrongObservationEpoch = checkForWrongObsEpoch(obs._time);
    543543          if (wrongObservationEpoch) {
    544             emit( newMessage(_staID + ": Wrong observation epoch(s)", false) );
     544            QString prn(obs._prn.toString().c_str());
     545            emit( newMessage(_staID + " (" + prn.toAscii() + ")" + ": Wrong observation epoch(s)", false) );
    545546            continue;
    546547          }
Note: See TracChangeset for help on using the changeset viewer.