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


Ignore:
Timestamp:
Mar 15, 2023, 5:37:02 PM (14 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9600 r10002  
    3838  const bncAntex*     antex() const {return _antex;}
    3939  const t_pppStation* staRover() const {return _staRover;}
    40   double              offGR() const {return _offGR;}
    41   double              offGE() const {return _offGE;}
    42   double              offGC() const {return _offGC;}
     40  double              offGG() const {return _offGG;}
    4341
    4442  std::ostringstream& log() {return *_log;}
     
    6361  t_irc cmpBancroft(const bncTime& epoTime, std::vector<t_pppSatObs*>& obsVector,
    6462                    ColumnVector& xyzc, bool print);
     63  double cmpOffGG(std::vector<t_pppSatObs*>& obsVector);
    6564  t_irc handleRefSatellites(std::vector<t_pppSatObs*>& obsVector);
    6665  void setRefSatellites(std::vector<t_pppSatObs*>& obsVector);
     
    7473  bncAntex*                 _antex;
    7574  t_pppFilter*              _filter;
    76   double                    _offGR;
    77   double                    _offGE;
    78   double                    _offGC;
     75  double                    _offGG;
    7976  std::vector<t_pppSatObs*> _obsRover;
    8077  QMap<char, t_pppRefSat*>  _refSatMap;
Note: See TracChangeset for help on using the changeset viewer.