Changeset 10565 in ntrip
- Timestamp:
- Oct 9, 2024, 5:34:14 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/satObs.cpp
r10311 r10565 67 67 corr._prn.setFlags(1);// I/NAV 68 68 } 69 corr._dClk /= (t_CST::c); 70 corr._dotDClk /= (t_CST::c * 1.e3); 71 corr._dotDotDClk /= (t_CST::c * 1.e3); 69 corr._dClk /= (t_CST::c); 70 corr._dotDClk /= (t_CST::c * 1.e3); 71 corr._dotDotDClk /= (t_CST::c * 1.e3); 72 72 73 73 corrList.push_back(corr); … … 221 221 << satCodeBias._updateInt << " " 222 222 << biasList.size() << ' ' << satCodeBias._staID << endl; 223 }224 if (!satCodeBias._bias.size()) {225 continue;226 223 } 227 224 *out << satCodeBias._prn.toString() << " " << setw(2) << satCodeBias._bias.size();
Note:
See TracChangeset
for help on using the changeset viewer.