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


Ignore:
Timestamp:
Apr 24, 2019, 11:02:55 AM (5 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r8442 r8689  
    4040  void checkCorrLatency(int corrGPSEpochTime, int type);
    4141  double currentLatency() { return _curLat;}
    42   //QByteArray currentLatencyType() {return l._type;}
    4342
    4443  class t_latency  {
    4544   public:
    4645    t_latency() {
    47       _oldSec     = -1;
    48       _newSec     = -1;
    49       _numGaps    =  0;
    50       _diffSec    =  0;
    51       _numLat     =  0;
    52       _sumLat     =  0.0;
    53       _sumLatQ    =  0.0;
    54       _meanDiff   =  0.0;
     46      _oldSec     = 0;
     47      _newSec     = 0;
     48      _numGaps    = 0;
     49      _diffSec    = 0;
     50      _numLat     = 0;
     51      _sumLat     = 0.0;
     52      _sumLatQ    = 0.0;
     53      _meanDiff   = 0.0;
    5554      _minLat     =  1000.0;
    5655      _maxLat     = -1000.0;
    57       _curLat     =  0.0;
    58       _type       =  "";
    59       _followSec  =  false;
     56      _curLat     = 0.0;
     57      _type       = "";
     58      _followSec  = false;
    6059    }
    6160    void init() {
Note: See TracChangeset for help on using the changeset viewer.