Changeset 8580 in ntrip for branches/BNC_2.12
- Timestamp:
- Jan 16, 2019, 1:08:46 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/ephemeris.cpp
r8541 r8580 58 58 59 59 if (_checkState == bad || 60 _checkState == unhealthy) { 60 _checkState == unhealthy || 61 _checkState == outdated) { 61 62 return failure; 62 63 } … … 313 314 314 315 if (_checkState == bad || 315 _checkState == unhealthy) { 316 _checkState == unhealthy || 317 _checkState == outdated) { 316 318 return failure; 317 319 } … … 611 613 612 614 if (_checkState == bad || 613 _checkState == unhealthy) { 615 _checkState == unhealthy || 616 _checkState == outdated) { 614 617 return failure; 615 618 } … … 913 916 914 917 if (_checkState == bad || 915 _checkState == unhealthy) { 918 _checkState == unhealthy || 919 _checkState == outdated) { 916 920 return failure; 917 921 } … … 1297 1301 1298 1302 if (_checkState == bad || 1299 _checkState == unhealthy) { 1303 _checkState == unhealthy || 1304 _checkState == outdated) { 1300 1305 return failure; 1301 1306 } … … 1540 1545 1541 1546 if (_checkState == bad || 1542 _checkState == unhealthy) { 1547 _checkState == unhealthy || 1548 _checkState == outdated) { 1543 1549 return failure; 1544 1550 }
Note:
See TracChangeset
for help on using the changeset viewer.