Changeset 911 in ntrip


Ignore:
Timestamp:
May 11, 2008, 3:16:43 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNS
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnseph.cpp

    r910 r911  
    284284      GPSweekFromDateAndTime(dateTime, _GPSweek, _GPSweeks);
    285285 
     286      //// beg test
     287      _gps_utc = 14.0;
     288      //// end test
     289
    286290      _GPSweeks += _gps_utc;
    287291    }
     
    383387  }
    384388  xc(4) = -_tau + _gamma * dtClk;
    385 }
    386 
     389
     390  cout << _tau << " " << _gamma << " " << dtClk << " " << xc(4) << endl;
     391}
     392
  • trunk/BNS/bnseph.h

    r891 r911  
    2929 public:
    3030  t_ephGlo() {
     31    _gps_utc = 0.0;
    3132    _xv.ReSize(6);
    3233  };
     
    4041  mutable double       _tt;  // time in seconds of GPSweek
    4142  mutable ColumnVector _xv;  // status vector (position, velocity) at time _tt
     43  double  _gps_utc;          // GPS - UTC in seconds     
    4244
    4345  double _E;                  // [days]   
Note: See TracChangeset for help on using the changeset viewer.