Changeset 6644 in ntrip


Ignore:
Timestamp:
Mar 10, 2015, 8:56:58 AM (9 years ago)
Author:
weber
Message:

Bug in reconnect message fixed

File:
1 edited

Legend:

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

    r6638 r6644  
    182182      callScript(("Begin_Outage "
    183183                    + _begDateOut + " " + _begTimeOut).toAscii());
    184       _decodeStart = QDateTime::currentDateTime();
    185184    }
    186185  }
     
    278277      _checkSeg = false;
    279278    }
     279  }
     280
     281  if ( !_decodeStop.isValid()) {
     282    _decodeStart = QDateTime::currentDateTime();
    280283  }
    281284
Note: See TracChangeset for help on using the changeset viewer.