Changeset 7208 in ntrip for trunk/BNC/src/rinex
- Timestamp:
- Aug 17, 2015, 2:34:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/rnxnavfile.cpp
r7169 r7208 200 200 eph = new t_ephBDS(version(), lines); 201 201 } 202 if (eph && eph->checkState() != t_eph::bad) { 202 if (eph && 203 eph->checkState() != t_eph::bad && 204 eph->checkState() != t_eph::outdated) { 203 205 _ephs.push_back(eph); 204 206 }
Note:
See TracChangeset
for help on using the changeset viewer.