Changeset 8716 in ntrip for branches/BNC_2.12


Ignore:
Timestamp:
May 2, 2019, 2:45:37 PM (5 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r8669 r8716  
    327327      const t_satObs& obs = it.next();
    328328      bool wrongObservationEpoch = checkForWrongObsEpoch(obs._time);
    329       if (wrongObservationEpoch) {
    330         emit( newMessage(QString("%1: Wrong observation epoch from %3 ")
    331             .arg(_staID.data())
    332             .arg(obs._prn.toString().data())
    333             .toAscii(), true) );
    334       }
    335329      l._newSec = static_cast<int>(nint(obs._time.gpssec()*10));
    336330      if (l._newSec > l._oldSec && !wrongObservationEpoch) {
Note: See TracChangeset for help on using the changeset viewer.