Changeset 7169 in ntrip for trunk/BNC/src/rinex/rnxnavfile.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/rnxnavfile.h

    r7055 r7169  
    5555  t_rnxNavFile(const QString& fileName, e_inpOut inpOut);
    5656  ~t_rnxNavFile();
    57   t_eph* getNextEph(const bncTime& tt, const QMap<QString, unsigned long>* corrIODs);
     57  t_eph* getNextEph(const bncTime& tt, const QMap<QString, unsigned int>* corrIODs);
    5858  const std::vector<t_eph*> ephs() const {return _ephs;}
    5959  double version() const {return _header._version;}
Note: See TracChangeset for help on using the changeset viewer.