- Timestamp:
- May 9, 2008, 8:34:06 AM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncapp.cpp
r894 r901 198 198 wwOld = (*ee)->GPSWeek; 199 199 towOld = (*ee)->GPSTOW; 200 updatetime(&wwOld, &towOld, (*ee)->tb*1000, 1);200 updatetime(&wwOld, &towOld, (*ee)->tb*1000, 0); 201 201 202 202 wwNew = glonasseph->GPSWeek; 203 203 towNew = glonasseph->GPSTOW; 204 updatetime(&wwNew, &towNew, glonasseph->tb*1000, 1);204 updatetime(&wwNew, &towNew, glonasseph->tb*1000, 0); 205 205 } 206 206 … … 482 482 struct converttimeinfo cti; 483 483 484 updatetime(&ww, &tow, ep->tb*1000, 1);484 updatetime(&ww, &tow, ep->tb*1000, 0); 485 485 converttime(&cti, ww, tow); 486 486 -
trunk/BNS/bnseph.cpp
r900 r901 297 297 // Initialize status vector 298 298 // ------------------------ 299 static const double gps_utc = 14.0; 300 _tt = _GPSweeks + gps_utc; 299 //// static const double gps_utc = 14.0; 300 _tt = _GPSweeks; 301 //// _tt = _GPSweeks + gps_utc; 301 302 302 303 _xv(1) = _x_pos * 1.e3;
Note:
See TracChangeset
for help on using the changeset viewer.