Changeset 3757 in ntrip for trunk/BNC/rinex/rnxnavfile.cpp


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

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rinex/rnxnavfile.cpp

    r3753 r3757  
    161161// Read Next Ephemeris
    162162////////////////////////////////////////////////////////////////////////////
    163 t_eph* t_rnxNavFile::getNextEph(const bncTime& tt) {
     163t_eph* t_rnxNavFile::getNextEph(const bncTime& tt,
     164                                const QMap<QString, int>* corrIODs) {
    164165  while (!_ephs.empty()) {
    165166    t_eph* eph = _ephs.front();
Note: See TracChangeset for help on using the changeset viewer.