Changeset 10373 in ntrip for trunk/BNC/src/PPP/pppClient.h


Ignore:
Timestamp:
Mar 1, 2024, 4:12:31 PM (7 months ago)
Author:
stuerze
Message:

changes regarding PPP

File:
1 edited

Legend:

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

    r10259 r10373  
    3636  const bncAntex*     antex() const {return _antex;}
    3737  const t_pppStation* staRover() const {return _staRover;}
     38  double              offGps() const {return _offGps;}
    3839  double              offGlo() const {return _offGlo;}
    3940  double              offGal() const {return _offGal;}
    4041  double              offBds() const {return _offBds;}
     42  void                resetOffGps() {_offGps = 0.0;}
    4143  void                resetOffGlo() {_offGlo = 0.0;}
    4244  void                resetOffGal() {_offGal = 0.0;}
    4345  void                resetOffBds() {_offBds = 0.0;}
     46
    4447
    4548  std::ostringstream& log() {return *_log;}
     
    6366  t_irc cmpBancroft(const bncTime& epoTime, std::vector<t_pppSatObs*>& obsVector,
    6467                    ColumnVector& xyzc, bool print);
     68  double cmpOffGps(std::vector<t_pppSatObs*>& obsVector);
    6569  double cmpOffGlo(std::vector<t_pppSatObs*>& obsVector);
    6670  double cmpOffGal(std::vector<t_pppSatObs*>& obsVector);
     
    7579  bncAntex*                 _antex;
    7680  t_pppFilter*              _filter;
     81  double                    _offGps;
    7782  double                    _offGlo;
    7883  double                    _offGal;
Note: See TracChangeset for help on using the changeset viewer.