Changeset 9380 in ntrip for trunk


Ignore:
Timestamp:
Mar 17, 2021, 12:17:24 PM (3 years ago)
Author:
stuerze
Message:

prevent redundant output of unhealthy satellites

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncephuser.cpp

    r9376 r9380  
    153153  if (ephOld &&
    154154      (ephOld->checkState() == t_eph::bad ||
    155        ephOld->checkState() == t_eph::outdated ||
    156        ephOld->checkState() == t_eph::unhealthy)) {
     155       ephOld->checkState() == t_eph::outdated )) {
    157156    ephOld = 0;
    158157  }
Note: See TracChangeset for help on using the changeset viewer.