Changeset 651 in ntrip


Ignore:
Timestamp:
Jan 4, 2008, 3:44:09 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r650 r651  
    399399        if ( !_decodeFailure.isValid() ||
    400400             _decodeFailure.secsTo(QDateTime::currentDateTime()) > 10 ) {
    401           if ( !_decoder->Decode(data, nBytes) == success ) {
     401          if ( _decoder->Decode(data, nBytes) != success ) {
    402402            _decodeFailure = QDateTime::currentDateTime();
    403403          }
  • trunk/BNC/bncgetthread.h

    r628 r651  
    2828#include <QThread>
    2929#include <QtNetwork>
     30#include <QDateTime>
    3031
    3132#include "RTCM/GPSDecoder.h"
     
    7879   int         _samplingRate;
    7980   bncRinex*   _rnx;
     81   QDateTime   _decodeFailure;
    8082};
    8183
Note: See TracChangeset for help on using the changeset viewer.