Changeset 10938 in ntrip for trunk/BNC/src/PPP/pppSatObs.h
- Timestamp:
- Jun 18, 2026, 4:02:38 PM (8 days ago)
- File:
-
- 1 edited
-
trunk/BNC/src/PPP/pppSatObs.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.h
r10791 r10938 48 48 void setRes(t_lc LC, double res); 49 49 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;} 51 52 double getIonoCodeDelay(t_frequency::type freq) {return _model._ionoCodeDelay[freq];} 52 53 double getCodeBias(t_frequency::type freq) {return _model._codeBias[freq];} … … 153 154 double _signalPropagationTime; 154 155 double _stecSat; 156 double _stecRefSat; 155 157 double _tropo0; 156 158 };
Note:
See TracChangeset
for help on using the changeset viewer.
