Changeset 6502 in ntrip for trunk


Ignore:
Timestamp:
Dec 29, 2014, 3:02:21 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/satObs.cpp

    r6501 r6502  
    4444////////////////////////////////////////////////////////////////////////////
    4545void t_clkCorr::readEpoch(const string& epoLine, std::istream& in, QList<t_clkCorr>& corrList) {
     46  bncTime epoTime;
     47  int     numCorr;
     48  string  staID;
     49  if (t_corrSSR::readEpoLine(epoLine, epoTime, numCorr, staID) != t_corrSSR::clkCorr) {
     50    return;
     51  }
    4652}
    4753
Note: See TracChangeset for help on using the changeset viewer.