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


Ignore:
Timestamp:
Apr 21, 2023, 11:48:24 AM (12 months ago)
Author:
stuerze
Message:
 
File:
1 edited

Legend:

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

    r10031 r10034  
    44#include <sstream>
    55#include <vector>
    6 #include <QMap>
    76#include "pppInclude.h"
    87#include "ephemeris.h"
    98#include "pppOptions.h"
    109#include "pppModel.h"
    11 #include "pppRefSat.h"
    1210
    1311class bncAntex;
     
    3836  const bncAntex*     antex() const {return _antex;}
    3937  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;}
    4041
    4142  std::ostringstream& log() {return *_log;}
     
    6364  double cmpOffGal(std::vector<t_pppSatObs*>& obsVector);
    6465  double cmpOffBds(std::vector<t_pppSatObs*>& obsVector);
    65   t_irc handleRefSatellites(std::vector<t_pppSatObs*>& obsVector);
    66   void setRefSatellites(std::vector<t_pppSatObs*>& obsVector);
    67   void setHistoricalRefSats();
    68 
     66 
    6967  t_output*                 _output;
    7068  t_pppEphPool*             _ephPool;
     
    7472  bncAntex*                 _antex;
    7573  t_pppFilter*              _filter;
     74  double                    _offGlo;
     75  double                    _offGal;
     76  double                    _offBds; 
    7677  std::vector<t_pppSatObs*> _obsRover;
    77   QMap<char, t_pppRefSat*>  _refSatMap;
    7878  std::ostringstream*       _log;
    7979  t_pppOptions*             _opt;
    8080  t_tides*                  _tides;
    8181  bool                      _pseudoObsIono;
    82   int                       _numEpoProcessing;
    83   QMap<char, QList<t_prn>>  _historicalRefSats;
    8482};
    8583
Note: See TracChangeset for help on using the changeset viewer.