- Timestamp:
- Nov 26, 2009, 12:32:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncpppthread.cpp
r2033 r2034 222 222 ColumnVector vv(3); 223 223 224 cout.setf(ios::fixed); 225 224 226 if (getSatPos(_data->tt, prn, xc, vv) == success) { 225 cout << _data->tt.timestr(1) << " " << prn.toAscii().data() << " " 226 << setprecision(6) << xc(4)*1.e6 << " " 227 << setw(14) << setprecision(3) << xc.Columns(1,3).t(); 227 cout << _data->tt.timestr(1) << " " << prn.toAscii().data() << " " 228 << setw(14) << setprecision(3) << xc(1) << " " 229 << setw(14) << setprecision(3) << xc(2) << " " 230 << setw(14) << setprecision(3) << xc(3) << " " 231 << setw(14) << setprecision(6) << xc(4)*1.e6 << endl; 228 232 } 229 233 }
Note:
See TracChangeset
for help on using the changeset viewer.