Changeset 6502 in ntrip
- Timestamp:
- Dec 29, 2014, 3:02:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/satObs.cpp
r6501 r6502 44 44 //////////////////////////////////////////////////////////////////////////// 45 45 void 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 } 46 52 } 47 53
Note:
See TracChangeset
for help on using the changeset viewer.