Changeset 10388 in ntrip for trunk/BNC/src/PPP/pppClient.h
- Timestamp:
- Mar 12, 2024, 3:10:17 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppClient.h
r10384 r10388 36 36 const bncAntex* antex() const {return _antex;} 37 37 const t_pppStation* staRover() const {return _staRover;} 38 double offGps() const {return _offGps;} 38 39 double offGlo() const {return _offGlo;} 39 40 double offGal() const {return _offGal;} 40 41 double offBds() const {return _offBds;} 42 void resetOffGps() {_offGps = 0.0;} 43 void resetOffGlo() {_offGlo = 0.0;} 44 void resetOffGal() {_offGal = 0.0;} 45 void resetOffBds() {_offBds = 0.0;} 41 46 42 47 … … 61 66 t_irc cmpBancroft(const bncTime& epoTime, std::vector<t_pppSatObs*>& obsVector, 62 67 ColumnVector& xyzc, bool print); 68 double cmpOffGps(std::vector<t_pppSatObs*>& obsVector); 63 69 double cmpOffGlo(std::vector<t_pppSatObs*>& obsVector); 64 70 double cmpOffGal(std::vector<t_pppSatObs*>& obsVector); … … 73 79 bncAntex* _antex; 74 80 t_pppFilter* _filter; 81 double _offGps; 75 82 double _offGlo; 76 83 double _offGal;
Note:
See TracChangeset
for help on using the changeset viewer.