Changeset 9386 in ntrip for trunk/BNC/src/PPP/pppSatObs.h


Ignore:
Timestamp:
Mar 25, 2021, 3:17:35 PM (3 years ago)
Author:
stuerze
Message:

update regarding PPP

File:
1 edited

Legend:

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

    r8961 r9386  
    2121  bool                isReference() const {return _reference;};
    2222  void                setAsReference() {_reference = true;};
     23  void                resetReference() {_reference = false;};
    2324  const t_prn&        prn() const {return _prn;}
    2425  const ColumnVector& xc() const {return _xcSat;}
Note: See TracChangeset for help on using the changeset viewer.