Changeset 10599 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Jan 31, 2025, 10:30:08 AM (5 days ago)
- Location:
- trunk/BNC/src/PPP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppClient.h
r10583 r10599 70 70 bncAntex* _antex; 71 71 t_pppFilter* _filter; 72 double _offGps;73 double _offGlo;74 double _offGal;75 double _offBds;76 72 std::vector<t_pppSatObs*> _obsRover; 77 73 std::ostringstream* _log; -
trunk/BNC/src/PPP/pppSatObs.cpp
r10582 r10599 141 141 _channel = 0; 142 142 } 143 if (_prn.system() == 'E') {144 // force I/NAV usage145 _prn.setFlags(1);146 }147 148 149 143 150 144 // Compute Satellite Coordinates at Time of Transmission
Note:
See TracChangeset
for help on using the changeset viewer.