Changeset 8215 in ntrip for trunk/BNC/src/bnccore.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/bnccore.cpp

    r8203 r8215  
    209209    return failure;
    210210  }
     211  else if (eph->checkState() == t_eph::unhealthy) {
     212    messagePrivate("UNHEALTHY EPHEMERIS\n" + eph->toString(3.0).toLatin1());
     213  }
    211214  printEphHeader();
    212215  printEph(*eph, (ircPut == success));
Note: See TracChangeset for help on using the changeset viewer.