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


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

    r7055 r7169  
    436436    // ----------------
    437437    t_eph* eph = 0;
    438     const QMap<QString, unsigned long>* corrIODs = _corrFile ? &_corrFile->corrIODs() : 0;
     438    const QMap<QString, unsigned int>* 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.