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


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

Legend:

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

    r5852 r5853  
    138138
    139139class t_ephGlo : public t_eph {
     140 friend class t_ephEncoder;
    140141 public:
    141142  t_ephGlo() { _xv.ReSize(6); }
     
    168169  double  _tau;              // [s]     
    169170  double  _gamma;            //         
    170   double  _tki;              // message frame time
     171  mutable double  _tki;      // message frame time
    171172
    172173  double  _x_pos;            // [km]     
     
    187188
    188189class t_ephGal : public t_eph {
     190 friend class t_ephEncoder;
    189191 public:
    190192  t_ephGal() { }
Note: See TracChangeset for help on using the changeset viewer.