Changeset 6137 in ntrip for trunk/BNC/src/latencychecker.h


Ignore:
Timestamp:
Sep 13, 2014, 12:19:37 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5738 r6137  
    2727
    2828#include <QDateTime>
    29 
    30 #include "GPSDecoder.h"
     29#include "satObs.h"
    3130
    3231class latencyChecker : public QObject {
     
    3837  void checkReconnect();
    3938  void checkOutage(bool decoded);
    40   void checkObsLatency(const QList<t_obs>& obsList);
     39  void checkObsLatency(const QList<t_satObs>& obsList);
    4140  void checkCorrLatency(int corrGPSEpochTime);
    4241  double currentLatency() const {return _curLat;}
Note: See TracChangeset for help on using the changeset viewer.