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


Ignore:
Timestamp:
Nov 27, 2017, 11:49:37 AM (6 years ago)
Author:
stuerze
Message:

health status check is added

File:
1 edited

Legend:

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

    r8169 r8187  
    186186  }
    187187
     188  // Check health status
     189  // -------------------
     190  if (eph->isUnhealthy()) {
     191    eph->setCheckState(t_eph::bad);
     192    return;
     193  }
     194
    188195  // Simple Check - check satellite radial distance
    189196  // ----------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.