Changeset 7058 in ntrip
- Timestamp:
- Jul 16, 2015, 10:05:17 AM (10 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/satObs.cpp
r7014 r7058 35 35 << corrList.size() << ' ' << corr._staID << endl; 36 36 } 37 *out << corr._prn.toString() << ' ' << setw( 3) << corr._iod << ' '37 *out << corr._prn.toString() << ' ' << setw(11) << corr._iod << ' ' 38 38 << setw(10) << setprecision(4) << corr._dClk * t_CST::c << ' ' 39 39 << setw(10) << setprecision(4) << corr._dotDClk * t_CST::c << ' ' … … 102 102 << corrList.size() << ' ' << corr._staID << endl; 103 103 } 104 *out << corr._prn.toString() << ' ' << setw( 3) << corr._iod << ' '104 *out << corr._prn.toString() << ' ' << setw(11) << corr._iod << ' ' 105 105 << setw(10) << setprecision(4) << corr._xr[0] << ' ' 106 106 << setw(10) << setprecision(4) << corr._xr[1] << ' ' -
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r6975 r7058 2101 2101 } 2102 2102 2103 outLine.sprintf("%d %.1f %s % 3d%10.3f %8.3f %8.3f %8.3f\n", GPSweek,2103 outLine.sprintf("%d %.1f %s %lu %10.3f %8.3f %8.3f %8.3f\n", GPSweek, 2104 2104 GPSweeks, eph->prn().toString().c_str(), eph->IOD(), dClk, rsw(1), rsw(2), 2105 2105 rsw(3));
Note:
See TracChangeset
for help on using the changeset viewer.