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

health status check is added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncephuser.cpp

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