Changeset 9674 in ntrip for trunk/BNC/src
- Timestamp:
- Apr 7, 2022, 4:19:15 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppEphPool.cpp
r8401 r9674 27 27 void t_pppEphPool::putEphemeris(t_eph* eph) { 28 28 if (eph && (eph->checkState() != t_eph::bad || 29 eph->checkState() != t_eph::unhealthy)) { 29 eph->checkState() != t_eph::unhealthy || 30 eph->checkState() != t_eph::outdated)) { 30 31 _satEphPool[eph->prn().toInt()].putEphemeris(_maxQueueSize, eph); 31 32 }
Note:
See TracChangeset
for help on using the changeset viewer.