Changeset 9386 in ntrip for trunk/BNC/src/PPP/pppClient.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/pppClient.h

    r9288 r9386  
    6464  double cmpOffGE(std::vector<t_pppSatObs*>& obsVector);
    6565  double cmpOffGC(std::vector<t_pppSatObs*>& obsVector);
     66  t_irc handleRefSatellites(std::vector<t_pppSatObs*>& obsVector);
    6667  void setRefSatellites(std::vector<t_pppSatObs*>& obsVector);
     68  void setHistoricalRefSats();
    6769
    6870  t_output*                 _output;
     
    8183  t_tides*                  _tides;
    8284  bool                      _pseudoObsIono;
    83   QList<t_prn>              _historicalRefSats;
     85  int                       _numEpoProcessing;
     86  QMap<char, QList<t_prn>>  _historicalRefSats;
    8487};
    8588
Note: See TracChangeset for help on using the changeset viewer.