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


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

Legend:

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

    r6158 r6175  
    6060 public:
    6161  t_orbCorr();
    62   t_orbCorr(const std::string& str);
     62  t_orbCorr(const std::string& line);
    6363  t_prn          prn() const {return _prn;}
    6464  unsigned short IOD() const {return _iod;}
    65   std::string    toString() const;
     65  std::string    toLine() const;
    6666  std::string    _staID;
    6767  t_prn          _prn;
     
    7676 public:
    7777  t_clkCorr();
    78   t_clkCorr(const std::string& str);
     78  t_clkCorr(const std::string& line);
    7979  t_prn          prn() const {return _prn;}
    8080  unsigned short IOD() const {return _iod;}
    81   std::string    toString() const;
     81  std::string    toLine() const;
    8282  std::string    _staID;
    8383  t_prn          _prn;
Note: See TracChangeset for help on using the changeset viewer.