Changeset 3675 in ntrip for trunk/BNC/rnxobsfile.h


Ignore:
Timestamp:
Feb 12, 2012, 10:39:03 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rnxobsfile.h

    r3673 r3675  
    6060  ~t_rnxObsFile();
    6161
     62  class t_epo {
     63   public:
     64    QMap<QString, ColumnVector> satObs;
     65  };
     66
    6267  float version() const {return _header.version();}
    63   t_irc getEpoch();
     68  const t_epo* nextEpoch();
    6469
    6570 private:
    66   t_irc getEpochV2();
    67   t_irc getEpochV3();
     71  const t_epo* nextEpochV2();
     72  const t_epo* nextEpochV3();
    6873
    6974  t_rnxObsHeader _header;
    7075  QFile*         _file;
    7176  QTextStream*   _stream;
     77  t_epo          _currEpo;
    7278};
    7379
Note: See TracChangeset for help on using the changeset viewer.