Changeset 3718 in ntrip for trunk/BNC/rinex/rnxobsfile.h


Ignore:
Timestamp:
Feb 23, 2012, 6:43:00 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rinex/rnxobsfile.h

    r3717 r3718  
    2626#define RNXOBSFILE_H
    2727
    28 #include <QString>
     28#include <QtCore>
    2929
    3030#include <fstream>
     
    9292    ~t_rnxObsHeader();
    9393
    94     t_irc           read(std::ifstream* stream, int maxLines = 0);
     94    t_irc           read(QTextStream* stream, int maxLines = 0);
    9595    int             nTypes(char sys) const;
    9696    const QString&  obsType(char sys, int index) const;
     
    115115  void handleEpochFlag(int flag, const QString& line);
    116116
     117  QFile*         _file;
    117118  QString        _fileName;
     119  QTextStream*   _stream;
    118120  t_rnxObsHeader _header;
    119   std::ifstream* _stream;
    120121  t_rnxEpo       _currEpo;
    121122  bool           _flgPowerFail;
Note: See TracChangeset for help on using the changeset viewer.