Changeset 9126 in ntrip for trunk/BNC/src/latencychecker.cpp


Ignore:
Timestamp:
Sep 21, 2020, 9:38:06 PM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/latencychecker.cpp

    r9124 r9126  
    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             .toLatin1(), true) );
    334       }
    335329      l._newSec = static_cast<int>(nint(obs._time.gpssec()*10));
    336330      if (l._newSec > l._oldSec && !wrongObservationEpoch) {
     
    415409    return;
    416410  }
    417 
    418411  t_latency& l = _lOrb; // init
    419412  switch (type) {
     
    531524    l._oldSec = l._newSec;
    532525  }
    533 
    534526  switch (type) {
    535527     case 1057: case 1063: case 1240: case 1246: case 1252: case 1258:
Note: See TracChangeset for help on using the changeset viewer.