Changeset 8184 in ntrip for branches/BNC_2.12/src/ephemeris.h


Ignore:
Timestamp:
Nov 17, 2017, 11:44:06 AM (6 years ago)
Author:
stuerze
Message:

RTCM MT 1020 ephemeris parameter are now completed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/ephemeris.h

    r8167 r8184  
    166166    _z_acceleration   = 0.0;
    167167    _E                = 0.0;
     168    _almanac_health   = 0.0;
     169    _almanac_health_availablility_indicator = 0.0;
     170    _additional_data_availability = 0.0;
     171    _tauC             = 0.0;
     172    _P1               = 0.0;
     173    _P2               = 0.0;
     174    _P3               = 0.0;
     175    _NA               = 0.0;
     176    _M_P              = 0.0;
     177    _M_l3             = 0.0;
     178    _M_delta_tau      = 0.0;
     179    _M_P4             = 0.0;
     180    _M_FT             = 0.0;
     181    _M_NT             = 0.0;
     182    _M_M              = 0.0;
     183    _M_N4             = 0.0;
     184    _M_tau_GPS        = 0.0;
     185    _M_l5             = 0.0;   
    168186  }
    169187  t_ephGlo(float rnxVersion, const QStringList& lines);
     
    184202  double  _gps_utc;
    185203  double  _tau;              // [s]
    186   double  _gamma;            //
     204  double  _gamma;            // [-]
    187205  mutable double  _tki;      // message frame time
    188206
     
    190208  double  _x_velocity;       // [km/s]
    191209  double  _x_acceleration;   // [km/s^2]
    192   double  _health;           // 0 = O.K.
     210  double  _health;           // 0 = O.K. MSB of Bn word
    193211
    194212  double  _y_pos;            // [km]
     
    201219  double  _z_acceleration;   // [km/s^2]
    202220  double  _E;                // Age of Information [days]
     221
     222  double _almanac_health;     // Cn word
     223  double _almanac_health_availablility_indicator;
     224
     225  double _additional_data_availability;  //
     226  double _tauC;               // GLONASS time scale correction to UTC(SU) time [sec]
     227  double _P1;                 // flag of the immediate data updating [-]
     228  double _P2;                 // flag of oddness or evenness of the value of tb for intervals 30 or 60 minutes [-]
     229  double _P3;                 // flag indicating a number of satellites for which almanac is transmitted within given frame [-]
     230  double _NA;                 // calendar day number within the 4-year period [days]
     231
     232  double _M_P;                // control segment parameter that indicates the satellite operation mode with respect of time parameters
     233  double _M_l3;               // health flag
     234  double _M_delta_tau;        // [sec]
     235  double _M_P4;               // flag to show that ephemeris parameters are present [-]
     236  double _M_FT;               // indicator for predicted satellite user range accuracy [-]
     237  double _M_NT;               // current date, calendar number of day within 4-year interval [days]
     238  double _M_M;                // type of satellite transmitting navigation signal: 0 = GLONASS, 1 = GLONASS-M satellite [-]
     239  double _M_N4;               // 4-year interval number starting from 1996
     240  double _M_tau_GPS;          // correction to GPS time relative to GLONASS time [days]
     241  double _M_l5;               // health flag
    203242};
    204243
Note: See TracChangeset for help on using the changeset viewer.