Changeset 6452 in ntrip
- Timestamp:
- Dec 26, 2014, 6:21:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/satObs.cpp
r6184 r6452 39 39 ostringstream str; 40 40 str.setf(ios::showpoint | ios::fixed); 41 str << "C " << _ time.gpsw() << ' ' << setprecision(2) << _time.gpssec() << ' '41 str << "C " << _staID << ' ' << _time.gpsw() << ' ' << setprecision(2) << _time.gpssec() << ' ' 42 42 << _prn.toString() << ' ' << setw(3) << _iod << ' ' 43 43 << setw(10) << setprecision(4) << _dClk * t_CST::c << ' ' … … 77 77 ostringstream str; 78 78 str.setf(ios::showpoint | ios::fixed); 79 str << "O " << _ time.gpsw() << ' ' << setprecision(2) << _time.gpssec() << ' '79 str << "O " << _staID << ' ' << _time.gpsw() << ' ' << setprecision(2) << _time.gpssec() << ' ' 80 80 << _prn.toString() << ' ' << setw(3) << _iod << ' ' 81 81 << setw(10) << setprecision(4) << _xr[0] << ' '
Note:
See TracChangeset
for help on using the changeset viewer.