Changeset 715 in ntrip


Ignore:
Timestamp:
Mar 10, 2008, 10:29:27 AM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r712 r715  
    406406  double curLat = 0.;
    407407  double leapsec = 14.;  // Leap second for latency estimation
    408   int week;
    409   double sec;
    410408
    411409  _decodeTime = QDateTime::currentDateTime();
     
    449447        char* data = new char[nBytes];
    450448        _socket->read(data, nBytes);
    451         currentGPSWeeks(week, sec);
    452449
    453450      if (_inspSegm<1) {
     
    557554          // Check observation epoch
    558555          // -----------------------
     556          int week;
     557          double sec;
     558          currentGPSWeeks(week, sec);
    559559          const double secPerWeek = 7.0 * 24.0 * 3600.0;
    560560
Note: See TracChangeset for help on using the changeset viewer.