Changeset 6556 in ntrip for trunk/BNC/src/rinex
- Timestamp:
- Jan 19, 2015, 6:57:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/corrfile.cpp
r6516 r6556 77 77 } 78 78 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); 82 83 if (corrType == t_corrSSR::unknown) { 83 84 throw "t_corrFile: unknown line " + _lastLine;
Note:
See TracChangeset
for help on using the changeset viewer.