Changeset 6516 in ntrip for trunk


Ignore:
Timestamp:
Dec 29, 2014, 6:54:18 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6511 r6516  
    9494      QList<t_orbCorr> orbCorrList;
    9595      t_orbCorr::readEpoch(_lastLine, _stream, orbCorrList);
     96      QListIterator<t_orbCorr> it(orbCorrList);
     97      while (it.hasNext()) {
     98        const t_orbCorr& corr = it.next();
     99        _corrIODs[QString(corr._prn.toString().c_str())] = corr._iod;
     100      }
    96101      emit newOrbCorrections(orbCorrList);
    97102    }
Note: See TracChangeset for help on using the changeset viewer.