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


Ignore:
Timestamp:
Dec 20, 2014, 10:40:33 AM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6387 r6390  
    216216  virtual t_irc position(int GPSweek, double GPSweeks, double* xc, double* vv) const;
    217217
    218   int    _IODN;
    219   int    _TOW;            // not used (set to  0.9999e9)
     218  double _IODN;
     219  double _TOW;            // not used (set to  0.9999e9)
    220220  double _agf0;           // [s]    clock correction
    221221  double _agf1;           // [s/s]  clock correction drift
     
    233233  double _z_acceleration; // [m/s^2]
    234234
    235   int    _ura;
     235  double _ura;
     236  double _health;
    236237};
    237238
Note: See TracChangeset for help on using the changeset viewer.