Changeset 6556 in ntrip for trunk/BNC/src/rinex/corrfile.cpp


Ignore:
Timestamp:
Jan 19, 2015, 6:57:52 PM (9 years ago)
Author:
stuerze
Message:

separate consideration of ssr update interval

File:
1 edited

Legend:

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

    r6516 r6556  
    7777    }
    7878
    79     int    numEntries;
    80     string staID;
    81     t_corrSSR::e_type corrType = t_corrSSR::readEpoLine(_lastLine, _lastEpoTime, numEntries, staID);
     79    int          numEntries;
     80    unsigned int updateInt;
     81    string       staID;
     82    t_corrSSR::e_type corrType = t_corrSSR::readEpoLine(_lastLine, _lastEpoTime, updateInt, numEntries, staID);
    8283    if      (corrType == t_corrSSR::unknown) {
    8384      throw "t_corrFile: unknown line " + _lastLine;
Note: See TracChangeset for help on using the changeset viewer.