Changeset 1568 in ntrip for trunk/BNC/latencychecker.h


Ignore:
Timestamp:
Feb 10, 2009, 11:37:14 AM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/latencychecker.h

    r1566 r1568  
    3636  latencyChecker(QByteArray staID);
    3737  ~latencyChecker();
     38  void checkReconnect();
    3839  void checkOutage(bool decoded);
    3940  void checkObsLatency(const QList<p_obs>& obsList);
     
    5960  int        _diffSecGPS;
    6061  int        _numLat;
    61   bool       _makePause;
    6262  bool       _wrongEpoch;
    63   bool       _decode;
     63  bool       _checkSeg;
    6464  bool       _begCorrupt;
    6565  bool       _endCorrupt;
    6666  bool       _followSec;
     67  bool       _reConnect;
    6768  double     _maxDt;
    6869  double     _sumLat;
     
    8384  QString    _endDateOut;
    8485  QString    _endTimeOut;
    85   QDateTime  _decodeTime;
     86  QDateTime  _checkTime;
    8687  QDateTime  _decodeSucc;
    8788  QDateTime  _decodeFailure;
    8889  QDateTime  _decodeStart;
    8990  QDateTime  _decodeStop;
    90   QDateTime  _decodePause;
     91  QDateTime  _checkPause;
    9192};
    9293
Note: See TracChangeset for help on using the changeset viewer.