Changeset 6501 in ntrip for trunk/BNC/src/rinex
- Timestamp:
- Dec 29, 2014, 2:58:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/corrfile.cpp
r6498 r6501 77 77 } 78 78 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); 80 82 if (corrType == t_corrSSR::unknown) { 81 83 throw "t_corrFile: unknown line " + _lastLine;
Note:
See TracChangeset
for help on using the changeset viewer.