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


Ignore:
Timestamp:
Jun 18, 2026, 4:02:38 PM (8 days ago)
Author:
stuerze
Message:

bugfix regarding ionospheric constraints

File:
1 edited

Legend:

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

    r10791 r10938  
    4848    void                setRes(t_lc LC, double res);
    4949    double              getRes(t_lc LC) const;
    50     bool                setPseudoObsIono(t_frequency::type freq);
     50    bool                setPseudoObsIono(t_frequency::type freq, double stecRefSat);
     51    void                resetGIM() {_stecSat = 0.0;}
    5152    double              getIonoCodeDelay(t_frequency::type freq) {return _model._ionoCodeDelay[freq];}
    5253    double              getCodeBias(t_frequency::type freq) {return _model._codeBias[freq];}
     
    153154    double                 _signalPropagationTime;
    154155    double                 _stecSat;
     156    double                 _stecRefSat;
    155157    double                 _tropo0;
    156158  };
Note: See TracChangeset for help on using the changeset viewer.