Changeset 9382 in ntrip


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

prevent redundant output of unhealthy satellites

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncephuser.cpp

    r9377 r9382  
    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.