Changeset 8216 in ntrip for branches/BNC_2.12/src/bnccore.cpp


Ignore:
Timestamp:
Dec 13, 2017, 1:24:38 PM (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
  • branches/BNC_2.12/src/bnccore.cpp

    r8000 r8216  
    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.