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


Ignore:
Timestamp:
Dec 30, 2014, 3:04:57 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6518 r6519  
    3232  bool    isNewerThan(const t_eph* eph) const {return earlierTime(eph, this);}
    3333  e_checkState checkState() const {return _checkState;}
     34  void    setCheckState(e_checkState checkState) {_checkState = checkState;}
    3435  t_prn   prn() const {return _prn;}
    3536  t_irc   getCrd(const bncTime& tt, ColumnVector& xc, ColumnVector& vv, bool useCorr) const;
Note: See TracChangeset for help on using the changeset viewer.