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


Ignore:
Timestamp:
Mar 18, 2020, 11:13:50 AM (4 years ago)
Author:
stuerze
Message:

some developments regarding PPP, not completed!

File:
1 edited

Legend:

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

    r7996 r8905  
    1010
    1111class bncAntex;
     12class t_pppRefSat;
    1213
    1314namespace BNC_PPP {
     
    3435  const t_pppEphPool* ephPool() const {return _ephPool;}
    3536  const t_pppObsPool* obsPool() const {return _obsPool;}
    36   const bncAntex*  antex() const {return _antex;}
     37  const bncAntex*     antex() const {return _antex;}
    3738  const t_pppStation* staRover() const {return _staRover;}
    38   double           offGG() const {return _offGG;}
     39  double              offGG() const {return _offGG;}
    3940
    4041  std::ostringstream& log() {return *_log;}
     
    5354  t_irc prepareObs(const std::vector<t_satObs*>& satObs,
    5455                   std::vector<t_pppSatObs*>& obsVector, bncTime& epoTime);
     56  bool  preparePseudoObs(std::vector<t_pppSatObs*>& obsVector);
    5557  t_irc cmpModel(t_pppStation* station, const ColumnVector& xyzc,
    5658                 std::vector<t_pppSatObs*>& obsVector);
     
    7173  t_pppOptions*             _opt;
    7274  t_tides*                  _tides;
    73   t_loading*                _loading;
     75  bool                      _pseudoObsIono;
     76  int                       _num;
    7477};
    7578
Note: See TracChangeset for help on using the changeset viewer.