Changeset 10254 in ntrip
- Timestamp:
- Nov 21, 2023, 1:43:15 PM (12 months ago)
- Location:
- trunk/BNC/src/PPP
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppClient.cpp
r10251 r10254 66 66 } 67 67 } 68 _offGlo = 0.0;69 _offGal = 0.0;70 _offBds = 0.0;71 68 72 69 CLIENTS.setLocalData(this); // CLIENTS takes ownership over "this" -
trunk/BNC/src/PPP/pppClient.h
r10232 r10254 36 36 const bncAntex* antex() const {return _antex;} 37 37 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;}41 38 42 39 std::ostringstream& log() {return *_log;} … … 69 66 bncAntex* _antex; 70 67 t_pppFilter* _filter; 71 double _offGlo;72 double _offGal;73 double _offBds;74 68 std::vector<t_pppSatObs*> _obsRover; 75 69 std::ostringstream* _log; -
trunk/BNC/src/PPP/pppFilter.cpp
r10253 r10254 307 307 const vector<t_pppSatObs*> &obsVector) { 308 308 309 const double SLIP = 200.0;309 const double SLIP = 1000.0; 310 310 string epoTimeStr = string(_epoTime); 311 311 const vector<t_pppParam*> ¶ms = _parlist->params();
Note:
See TracChangeset
for help on using the changeset viewer.