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


Ignore:
Timestamp:
Nov 25, 2023, 10:44:51 PM (11 months ago)
Author:
stuerze
Message:

changes regarding PPP

File:
1 edited

Legend:

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

    r10254 r10256  
    3636  const bncAntex*     antex() const {return _antex;}
    3737  const t_pppStation* staRover() const {return _staRover;}
     38  double              offGlo() const {return _offGlo;}
     39  double              offGal() const {return _offGal;}
     40  double              offBds() const {return _offBds;}
    3841
    3942  std::ostringstream& log() {return *_log;}
    4043  const t_pppOptions* opt() const {return _opt;}
    41 
    4244  static t_irc bancroft(const Matrix& BBpass, ColumnVector& pos);
    4345
     
    5860  t_irc cmpBancroft(const bncTime& epoTime, std::vector<t_pppSatObs*>& obsVector,
    5961                    ColumnVector& xyzc, bool print);
     62  double cmpOffGlo(std::vector<t_pppSatObs*>& obsVector);
     63  double cmpOffGal(std::vector<t_pppSatObs*>& obsVector);
     64  double cmpOffBds(std::vector<t_pppSatObs*>& obsVector);
     65
    6066
    6167  t_output*                 _output;
     
    6672  bncAntex*                 _antex;
    6773  t_pppFilter*              _filter;
     74  double                    _offGlo;
     75  double                    _offGal;
     76  double                    _offBds;
    6877  std::vector<t_pppSatObs*> _obsRover;
    6978  std::ostringstream*       _log;
     
    7180  t_tides*                  _tides;
    7281  bool                      _pseudoObsIono;
     82  QMap<char, int>           _usedSystems;
    7383};
    7484
Note: See TracChangeset for help on using the changeset viewer.