Changeset 9674 in ntrip for trunk/BNC


Ignore:
Timestamp:
Apr 7, 2022, 4:19:15 PM (2 years ago)
Author:
stuerze
Message:

minor changes regarding PPP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppEphPool.cpp

    r8401 r9674  
    2727void t_pppEphPool::putEphemeris(t_eph* eph) {
    2828  if (eph && (eph->checkState() != t_eph::bad ||
    29               eph->checkState() != t_eph::unhealthy))  {
     29              eph->checkState() != t_eph::unhealthy ||
     30              eph->checkState() != t_eph::outdated))  {
    3031    _satEphPool[eph->prn().toInt()].putEphemeris(_maxQueueSize, eph);
    3132  }
Note: See TracChangeset for help on using the changeset viewer.