Changeset 10953 in ntrip
- Timestamp:
- Jun 30, 2026, 2:29:42 PM (4 weeks ago)
- File:
-
- 1 edited
-
trunk/BNC/src/PPP/pppEphPool.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppEphPool.cpp
r10791 r10953 101 101 eph->setOrbCorr(corr); 102 102 } 103 else { 104 LOG << "putOrbCorrection " << corr->_prn.toString() << " corrIOD = " << corr->_iod << " ephIODs = "; 105 for (auto* e : _ephs) LOG << e->IOD() << " "; 106 LOG << endl; 107 } 103 108 } 104 109 delete corr; … … 116 121 if (eph->IOD() == corr->_iod) { 117 122 eph->setClkCorr(corr); 123 } 124 else { 125 LOG << "putClockCorrection " << corr->_prn.toString() << " corrIOD = " << corr->_iod << " ephIODs = "; 126 for (auto* e : _ephs) LOG << e->IOD() << " "; 127 LOG << endl; 118 128 } 119 129 }
Note:
See TracChangeset
for help on using the changeset viewer.
