Changeset 7055 in ntrip for trunk/BNC/src/pppRun.cpp


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/pppRun.cpp

    r6991 r7055  
    436436    // ----------------
    437437    t_eph* eph = 0;
    438     const QMap<QString, int>* corrIODs = _corrFile ? &_corrFile->corrIODs() : 0;
     438    const QMap<QString, unsigned long>* corrIODs = _corrFile ? &_corrFile->corrIODs() : 0;
    439439    while ( (eph = _rnxNavFile->getNextEph(epo->tt, corrIODs)) != 0 ) {
    440440      _pppClient->putEphemeris(eph);
Note: See TracChangeset for help on using the changeset viewer.