Changeset 7055 in ntrip for trunk/BNC/src/rinex/rnxnavfile.h


Ignore:
Timestamp:
Jul 16, 2015, 9:54:10 AM (9 years ago)
Author:
stuerze
Message:

IOD data type changed, to support IODs computed from CRC over broadcasted ephemris and clock parameters

File:
1 edited

Legend:

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

    r6942 r7055  
    5555  t_rnxNavFile(const QString& fileName, e_inpOut inpOut);
    5656  ~t_rnxNavFile();
    57   t_eph* getNextEph(const bncTime& tt, const QMap<QString, int>* corrIODs);
     57  t_eph* getNextEph(const bncTime& tt, const QMap<QString, unsigned long>* 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.