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


Ignore:
Timestamp:
Dec 27, 2014, 6:04:02 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6463 r6465  
    6363  t_orbCorr() {reset();}
    6464  static void writeEpoch(std::ostream* out, const QList<t_orbCorr>& corrList);
    65   static void readEpoch(std::istream* in, QList<t_orbCorr>& corrList);
    66   void           reset();
    67   t_prn          prn() const {return _prn;}
    68   unsigned short IOD() const {return _iod;}
     65  static void readEpoch(const QStringList& lines, QList<t_orbCorr>& corrList);
     66  void reset();
    6967  std::string    _staID;
    7068  t_prn          _prn;
     
    8078  t_clkCorr() {reset();}
    8179  static void writeEpoch(std::ostream* out, const QList<t_clkCorr>& corrList);
    82   static void readEpoch(std::istream* in, QList<t_clkCorr>& corrList);
    83   void           reset();
    84   t_prn          prn() const {return _prn;}
    85   unsigned short IOD() const {return _iod;}
     80  static void readEpoch(const QStringList& lines, QList<t_clkCorr>& corrList);
     81  void reset();
    8682  std::string    _staID;
    8783  t_prn          _prn;
Note: See TracChangeset for help on using the changeset viewer.