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


Ignore:
Timestamp:
Apr 12, 2012, 1:53:38 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3840 r3843  
    6363  };
    6464
    65   t_rnxObsFile(const QString& fileName);
     65  enum e_inpOut {input, output};
     66
     67  t_rnxObsFile(const QString& fileName, e_inpOut inpOut);
    6668  ~t_rnxObsFile();
    6769 
     
    8890 protected:
    8991  t_rnxObsFile() {};
    90   void open(const QString& fileName);
     92  void openRead(const QString& fileName);
    9193  void close();
    9294
     
    121123  void handleEpochFlag(int flag, const QString& line);
    122124
     125  e_inpOut       _inpOut;
    123126  QFile*         _file;
    124127  QString        _fileName;
Note: See TracChangeset for help on using the changeset viewer.