- Timestamp:
- Apr 9, 2008, 1:04:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bns.cpp
r807 r808 248 248 cout.setf(ios::showpoint | ios::fixed); 249 249 cout << GPSweek << " " 250 << setprecision(1) << GPSweeks << " " << ep->prn.toAscii().data() 251 << ep->IODE << " " << ep->IODC << ""250 << setprecision(1) << GPSweeks << " " << ep->prn.toAscii().data() << " " 251 << setprecision(0) << ep->IODC << " " << ep->IODE << " " 252 252 << setw(8) << setprecision(3) << dClk << " " 253 253 << setw(8) << setprecision(3) << rsw.t();
Note:
See TracChangeset
for help on using the changeset viewer.