Changeset 8215 in ntrip for trunk/BNC/src/bncephuser.cpp


Ignore:
Timestamp:
Dec 13, 2017, 9:43:20 AM (6 years ago)
Author:
stuerze
Message:

unhealthy satellites are reported within log file but are remainig in stream and file output

File:
1 edited

Legend:

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

    r8187 r8215  
    189189  // -------------------
    190190  if (eph->isUnhealthy()) {
    191     eph->setCheckState(t_eph::bad);
    192     return;
     191    eph->setCheckState(t_eph::unhealthy);
    193192  }
    194193
Note: See TracChangeset for help on using the changeset viewer.