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


Ignore:
Timestamp:
Sep 20, 2019, 2:51:29 PM (5 years ago)
Author:
stuerze
Message:

small bug fixed with respect to GLONASS message frame time, written into RINEX files

File:
1 edited

Legend:

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

    r8496 r8804  
    4040  static QString rinexDateStr(const bncTime& tt, const QString& prnStr, double version);
    4141  static bool earlierTime(const t_eph* eph1, const t_eph* eph2) {return eph1->_TOC < eph2->_TOC;}
     42  static bool prnSort(const t_eph* eph1, const t_eph* eph2) {return eph1->prn() < eph2->prn();}
    4243
    4344 protected:
     
    134135  double  _L2Codes;         // Codes on L2 channel  (not valid for IRNSS)
    135136  double  _TOEweek;
    136   double  _L2PFlag;         // L2 P data flag (not valid for IRNSS)
     137  double  _L2PFlag;         // L2 P data flag (not valid for IRNSS and QZSS)
    137138
    138139  mutable double  _ura;     // SV accuracy
     
    141142  double  _IODC;            // (not valid for IRNSS)
    142143
    143   double  _TOT;             // Transmisstion time
     144  double  _TOT;             // Transmission time
    144145  double  _fitInterval;     // Fit interval (not valid for IRNSS)
    145146
Note: See TracChangeset for help on using the changeset viewer.