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


Ignore:
Timestamp:
Dec 27, 2014, 3:58:55 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6180 r6455  
    55#include <vector>
    66#include <newmat.h>
     7
     8#include <QtCore>
    79
    810#include "bncconst.h"
     
    6062 public:
    6163  t_orbCorr() {reset();}
    62   t_orbCorr(const std::string& line);
     64  static void writeEpoch(std::ostream* out, const QList<t_orbCorr>& corrList);
     65  static void readEpoch(std::istream* in, QList<t_orbCorr>& corrList);
    6366  void           reset();
    6467  t_prn          prn() const {return _prn;}
    6568  unsigned short IOD() const {return _iod;}
    66   std::string    toLine() const;
    6769  std::string    _staID;
    6870  t_prn          _prn;
     
    7779 public:
    7880  t_clkCorr() {reset();}
    79   t_clkCorr(const std::string& line);
     81  static void writeEpoch(std::ostream* out, const QList<t_clkCorr>& corrList);
     82  static void readEpoch(std::istream* in, QList<t_clkCorr>& corrList);
    8083  void           reset();
    8184  t_prn          prn() const {return _prn;}
    8285  unsigned short IOD() const {return _iod;}
    83   std::string    toLine() const;
    8486  std::string    _staID;
    8587  t_prn          _prn;
Note: See TracChangeset for help on using the changeset viewer.