Changeset 7169 in ntrip for trunk/BNC/src/rinex/corrfile.h


Ignore:
Timestamp:
Aug 5, 2015, 2:29:18 PM (9 years ago)
Author:
stuerze
Message:

harmonization of data type for SSR IOD

File:
1 edited

Legend:

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

    r7055 r7169  
    3939  ~t_corrFile();
    4040  void syncRead(const bncTime& tt);
    41   const QMap<QString, unsigned long>& corrIODs() const {return _corrIODs;}
     41  const QMap<QString, unsigned int>& corrIODs() const {return _corrIODs;}
    4242
    4343 signals:
     
    4949
    5050 private:
    51   std::ifstream                _stream;
    52   std::string                  _lastLine;
    53   bncTime                      _lastEpoTime;
    54   QMap<QString, unsigned long> _corrIODs;
     51  std::ifstream               _stream;
     52  std::string                 _lastLine;
     53  bncTime                     _lastEpoTime;
     54  QMap<QString, unsigned int> _corrIODs;
    5555};
    5656
Note: See TracChangeset for help on using the changeset viewer.