Changeset 6213 in ntrip for trunk/BNC/src/ephemeris.h


Ignore:
Timestamp:
Oct 5, 2014, 5:15:25 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/ephemeris.h

    r6141 r6213  
    4141
    4242 protected: 
    43   virtual void position(int GPSweek, double GPSweeks, double* xc, double* vv) const = 0;
     43  virtual t_irc position(int GPSweek, double GPSweeks, double* xc, double* vv) const = 0;
    4444  t_prn      _prn;
    4545  bncTime    _TOC;
     
    6565
    6666 private:
    67   virtual void position(int GPSweek, double GPSweeks, double* xc, double* vv) const;
     67  virtual t_irc position(int GPSweek, double GPSweeks, double* xc, double* vv) const;
    6868
    6969  double  _clock_bias;      // [s]   
     
    119119
    120120 private:
    121   virtual void position(int GPSweek, double GPSweeks, double* xc, double* vv) const;
     121  virtual t_irc position(int GPSweek, double GPSweeks, double* xc, double* vv) const;
    122122  static ColumnVector glo_deriv(double /* tt */, const ColumnVector& xv, double* acc);
    123123
     
    159159
    160160 private:
    161   virtual void position(int GPSweek, double GPSweeks, double* xc, double* vv) const;
     161  virtual t_irc position(int GPSweek, double GPSweeks, double* xc, double* vv) const;
    162162
    163163  double  _clock_bias;       //  [s]   
Note: See TracChangeset for help on using the changeset viewer.