Changeset 6023 in ntrip for trunk/BNC/src/PPP/pppSatObs.h


Ignore:
Timestamp:
Aug 21, 2014, 10:20:03 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppSatObs.h

    r6022 r6023  
    1616  t_pppSatObs(const t_satObs& satObs);
    1717  ~t_pppSatObs();
    18   bool                isValid() const;
     18  bool                isValid() const {return _valid;};
    1919  bool                isValid(t_lc::type tLC) const;
    2020  const t_prn&        prn() const {return _prn;}
     
    111111  void prepareObs(const t_satObs& satObs);
    112112
     113  bool                         _valid;
    113114  t_prn                        _prn;
    114115  bncTime                      _time;
Note: See TracChangeset for help on using the changeset viewer.