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


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

Legend:

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

    r9866 r10034  
    4747  void                setRes(t_lc::type tLC, double res);
    4848  double              getRes(t_lc::type tLC) const;
    49   void                setPseudoObsIono(t_frequency::type freq, double stecRefSat);
     49  bool                setPseudoObsIono(t_frequency::type freq);
    5050  double              getIonoCodeDelay(t_frequency::type freq) {return _model._ionoCodeDelay[freq];}
    5151  double              getCodeBias(t_frequency::type freq) {return _model._codeBias[freq];}
     
    149149  std::map<t_lc::type, double> _res;
    150150  double                       _signalPropagationTime;
    151   double                       _stecRefSat;
    152151  double                       _stecSat;
    153152  double                       _tropo0;
Note: See TracChangeset for help on using the changeset viewer.