Changeset 10805 in ntrip for trunk/BNC/src/PPP/pppFilter.h


Ignore:
Timestamp:
Feb 2, 2026, 11:13:04 AM (8 days ago)
Author:
stuerze
Message:

minor changes regarding ppp output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppFilter.h

    r10791 r10805  
    3030  double PDOP() const {return _dop.P;}
    3131  double GDOP() const {return _dop.G;}
     32  double fixRatio() const {return _fixRatio;}
    3233  double trp() const {
    3334    const std::vector<t_pppParam*>& par = _parlist->params();
     
    101102  bncTime         _firstEpoTime;
    102103  bncTime         _lastEpoTimeOK;
     104  double          _fixRatio;
    103105};
    104106
Note: See TracChangeset for help on using the changeset viewer.