Changeset 1971 in ntrip


Ignore:
Timestamp:
Nov 17, 2009, 12:24:13 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/latencychecker.cpp

    r1970 r1971  
    399399void latencyChecker::checkCorrLatency(int corrGPSEpochTime) {
    400400
     401  _meanLatency = 0.0;
     402
    401403  if (corrGPSEpochTime < 0) {
    402404    return;
  • trunk/BNC/latencychecker.h

    r1970 r1971  
    4040  void checkObsLatency(const QList<p_obs>& obsList);
    4141  void checkCorrLatency(int corrGPSEpochTime);
    42   double meanLatency() const {return _meanLatency}
     42  double meanLatency() const {return _meanLatency;}
    4343
    4444 signals:
Note: See TracChangeset for help on using the changeset viewer.