Changeset 10805 in ntrip for trunk/BNC/src/PPP/pppFilter.h
- Timestamp:
- Feb 2, 2026, 11:13:04 AM (8 days ago)
- File:
-
- 1 edited
-
trunk/BNC/src/PPP/pppFilter.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.h
r10791 r10805 30 30 double PDOP() const {return _dop.P;} 31 31 double GDOP() const {return _dop.G;} 32 double fixRatio() const {return _fixRatio;} 32 33 double trp() const { 33 34 const std::vector<t_pppParam*>& par = _parlist->params(); … … 101 102 bncTime _firstEpoTime; 102 103 bncTime _lastEpoTimeOK; 104 double _fixRatio; 103 105 }; 104 106
Note:
See TracChangeset
for help on using the changeset viewer.
