Changeset 6501 in ntrip for trunk/BNC/src/rinex


Ignore:
Timestamp:
Dec 29, 2014, 2:58:58 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6498 r6501  
    7777    }
    7878
    79     t_corrSSR::e_type corrType = t_corrSSR::readEpoLine(_lastLine, _lastEpoTime);
     79    int    numEntries;
     80    string staID;
     81    t_corrSSR::e_type corrType = t_corrSSR::readEpoLine(_lastLine, _lastEpoTime, numEntries, staID);
    8082    if      (corrType == t_corrSSR::unknown) {
    8183      throw "t_corrFile: unknown line " + _lastLine;
Note: See TracChangeset for help on using the changeset viewer.