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


Ignore:
Timestamp:
Mar 17, 2025, 4:58:50 PM (2 days ago)
Author:
stuerze
Message:
 
File:
1 edited

Legend:

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

    r10619 r10628  
    142142  virtual QString toString(double version) const;
    143143  virtual unsigned int  IOD() const { return static_cast<unsigned int>(_IODE); }
    144   virtual unsigned int  isUnhealthy() const { return static_cast<unsigned int>(_health); }
     144  //virtual unsigned int  isUnhealthy() const { return static_cast<unsigned int>(_health);}
     145  virtual unsigned int isUnhealthy() const;
    145146  double TGD() const {return _TGD;} // Timing Group Delay (P1-P2 DCB)
    146147
Note: See TracChangeset for help on using the changeset viewer.