Changeset 5849 in ntrip for trunk/BNC/src/PPP/pppInclude.h


Ignore:
Timestamp:
Aug 7, 2014, 12:20:26 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppInclude.h

    r5839 r5849  
    7474class t_orbCorr {
    7575 public:
    76   ColumnVector getX(const bncTime& tt) const {
    77     ColumnVector xx(3);
    78     double dt = tt - _time;
    79     xx[0] = _xr[0] + _dotXr[0] * dt;
    80     xx[1] = _xr[1] + _dotXr[1] * dt;
    81     xx[2] = _xr[2] + _dotXr[2] * dt;
    82     return xx;
    83   }
    8476  t_prn          prn() const {return _prn;}
    8577  unsigned short IOD() const {return _iod;}
     
    9486class t_clkCorr {
    9587 public:
    96   double getClk(const bncTime& tt) const {
    97     double dt = tt - _time;
    98     return _dClk + dt * _dotDClk + dt * dt * _dotDotDClk;   
    99   }
    10088  t_prn          prn() const {return _prn;}
    10189  unsigned short IOD() const {return _iod;}
Note: See TracChangeset for help on using the changeset viewer.