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


Ignore:
Timestamp:
Dec 28, 2014, 3:44:50 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6466 r6475  
    9898class t_satCodeBias {
    9999 public:
     100  static void writeEpoch(std::ostream* out, const QList<t_satCodeBias>& biasList);
     101  static void readEpoch(const QStringList& lines, QList<t_satCodeBias>& biasList);
    100102  std::string                _staID;
    101103  t_prn                      _prn;
Note: See TracChangeset for help on using the changeset viewer.