Changeset 6180 in ntrip for trunk/BNC/src/satObs.h


Ignore:
Timestamp:
Sep 14, 2014, 2:34:58 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6175 r6180  
    5959class t_orbCorr {
    6060 public:
    61   t_orbCorr();
     61  t_orbCorr() {reset();}
    6262  t_orbCorr(const std::string& line);
     63  void           reset();
    6364  t_prn          prn() const {return _prn;}
    6465  unsigned short IOD() const {return _iod;}
     
    7576class t_clkCorr {
    7677 public:
    77   t_clkCorr();
     78  t_clkCorr() {reset();}
    7879  t_clkCorr(const std::string& line);
     80  void           reset();
    7981  t_prn          prn() const {return _prn;}
    8082  unsigned short IOD() const {return _iod;}
Note: See TracChangeset for help on using the changeset viewer.