Changeset 10339 in ntrip
- Timestamp:
- Feb 16, 2024, 11:41:50 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncbiassinex.cpp
r10338 r10339 64 64 .arg(dayOfYear, 3, 10, QLatin1Char('0')) 65 65 .arg(daysec+_sampl , 5, 10, QLatin1Char('0')); 66 66 QString biasStr =QString("%1").arg((bias * 1.e9 / t_CST::c), 21, 'f', 4, QLatin1Char(' ')); 67 67 _out << " OSB " << prn.toLatin1().data() 68 68 << " " << obsCode.toLatin1().data() … … 70 70 << timeStrEnd.toLatin1().data() 71 71 << " ns " 72 << fixed << setw(21) << setprecision(4) << (bias * 1.e9 / t_CST::c)72 << biasStr.toLatin1().data() 73 73 << endl; 74 74
Note:
See TracChangeset
for help on using the changeset viewer.