Changeset 8689 in ntrip for trunk/BNC/src/latencychecker.h
- Timestamp:
- Apr 24, 2019, 11:02:55 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/BNC/src/latencychecker.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/latencychecker.h
r8442 r8689 40 40 void checkCorrLatency(int corrGPSEpochTime, int type); 41 41 double currentLatency() { return _curLat;} 42 //QByteArray currentLatencyType() {return l._type;}43 42 44 43 class t_latency { 45 44 public: 46 45 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; 55 54 _minLat = 1000.0; 56 55 _maxLat = -1000.0; 57 _curLat = 0.0;58 _type = "";59 _followSec = false;56 _curLat = 0.0; 57 _type = ""; 58 _followSec = false; 60 59 } 61 60 void init() {
Note:
See TracChangeset
for help on using the changeset viewer.
