Changeset 3756 in ntrip for trunk/BNC/rinex/corrfile.h


Ignore:
Timestamp:
Apr 1, 2012, 4:04:20 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3721 r3756  
    3737  ~t_corrFile();
    3838  void syncRead(const bncTime& tt);
     39  const QMap<QString, int>& corrIODs() const {return _corrIODs;}
    3940
    4041 signals:
     
    4344 private:
    4445  bool stopRead(const bncTime& tt);
    45   QFile*       _file;
    46   QTextStream* _stream;
    47   QString      _lastLine;
     46  QFile*             _file;
     47  QTextStream*       _stream;
     48  QString            _lastLine;
     49  QMap<QString, int> _corrIODs;
    4850};
    4951
Note: See TracChangeset for help on using the changeset viewer.