Changeset 715 in ntrip for trunk/BNC/bncgetthread.cpp
- Timestamp:
- Mar 10, 2008, 10:29:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncgetthread.cpp
r712 r715 406 406 double curLat = 0.; 407 407 double leapsec = 14.; // Leap second for latency estimation 408 int week;409 double sec;410 408 411 409 _decodeTime = QDateTime::currentDateTime(); … … 449 447 char* data = new char[nBytes]; 450 448 _socket->read(data, nBytes); 451 currentGPSWeeks(week, sec);452 449 453 450 if (_inspSegm<1) { … … 557 554 // Check observation epoch 558 555 // ----------------------- 556 int week; 557 double sec; 558 currentGPSWeeks(week, sec); 559 559 const double secPerWeek = 7.0 * 24.0 * 3600.0; 560 560
Note:
See TracChangeset
for help on using the changeset viewer.