Changeset 901 in ntrip


Ignore:
Timestamp:
May 9, 2008, 8:34:06 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r894 r901  
    198198    wwOld  = (*ee)->GPSWeek;
    199199    towOld = (*ee)->GPSTOW;
    200     updatetime(&wwOld, &towOld, (*ee)->tb*1000, 1);
     200    updatetime(&wwOld, &towOld, (*ee)->tb*1000, 0);
    201201
    202202    wwNew  = glonasseph->GPSWeek;
    203203    towNew = glonasseph->GPSTOW;
    204     updatetime(&wwNew, &towNew, glonasseph->tb*1000, 1);
     204    updatetime(&wwNew, &towNew, glonasseph->tb*1000, 0);
    205205  }
    206206
     
    482482  struct converttimeinfo cti;
    483483
    484   updatetime(&ww, &tow, ep->tb*1000, 1);
     484  updatetime(&ww, &tow, ep->tb*1000, 0);
    485485  converttime(&cti, ww, tow);
    486486
  • trunk/BNS/bnseph.cpp

    r900 r901  
    297297  // Initialize status vector
    298298  // ------------------------
    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;
    301302
    302303  _xv(1) = _x_pos * 1.e3;
Note: See TracChangeset for help on using the changeset viewer.