Changeset 895 in ntrip
- Timestamp:
- May 8, 2008, 7:47:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bnseph.cpp
r893 r895 355 355 } 356 356 357 cout << _prn.toAscii().data() << " " 358 << GPSweek << " " << _GPSweek << " " 359 << GPSweeks << " " << _GPSweeks << " " << _tt << " " 360 << dt << endl; 361 357 362 const static double maxStep = 10.0; 358 363 … … 367 372 } 368 373 374 _tt = GPSweeks; 375 369 376 // Position and Velocity 370 377 // ---------------------
Note:
See TracChangeset
for help on using the changeset viewer.