Changeset 911 in ntrip
- Timestamp:
- May 11, 2008, 3:16:43 PM (17 years ago)
- Location:
- trunk/BNS
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bnseph.cpp
r910 r911 284 284 GPSweekFromDateAndTime(dateTime, _GPSweek, _GPSweeks); 285 285 286 //// beg test 287 _gps_utc = 14.0; 288 //// end test 289 286 290 _GPSweeks += _gps_utc; 287 291 } … … 383 387 } 384 388 xc(4) = -_tau + _gamma * dtClk; 385 } 386 389 390 cout << _tau << " " << _gamma << " " << dtClk << " " << xc(4) << endl; 391 } 392 -
trunk/BNS/bnseph.h
r891 r911 29 29 public: 30 30 t_ephGlo() { 31 _gps_utc = 0.0; 31 32 _xv.ReSize(6); 32 33 }; … … 40 41 mutable double _tt; // time in seconds of GPSweek 41 42 mutable ColumnVector _xv; // status vector (position, velocity) at time _tt 43 double _gps_utc; // GPS - UTC in seconds 42 44 43 45 double _E; // [days]
Note:
See TracChangeset
for help on using the changeset viewer.