![]() |
F´ Flight Software - C/C++ Documentation
NASA-v2.1.0
A framework for building embedded system applications to NASA flight quality standards.
|
struct for ping entry More...
#include <Svc/Health/HealthComponentImpl.hpp>
Public Attributes | |
| NATIVE_UINT_TYPE | warnCycles |
| number of cycles before WARNING More... | |
| NATIVE_UINT_TYPE | fatalCycles |
| number of cycles before FATAL More... | |
| Fw::String | entryName |
| the name of the entry More... | |
struct for ping entry
struct for ping entry thresholds. Countdown is via calls to the run() port. If no response by warnCycles, an EVR will be generated and telemetry count will be updated. If no response by fatalCycles, component will send FATAL event. A descriptive name is stored in entryName for events.
Definition at line 45 of file HealthComponentImpl.hpp.
| Fw::String Svc::HealthImpl::PingEntry::entryName |
the name of the entry
Definition at line 48 of file HealthComponentImpl.hpp.
| NATIVE_UINT_TYPE Svc::HealthImpl::PingEntry::fatalCycles |
number of cycles before FATAL
Definition at line 47 of file HealthComponentImpl.hpp.
| NATIVE_UINT_TYPE Svc::HealthImpl::PingEntry::warnCycles |
number of cycles before WARNING
Definition at line 46 of file HealthComponentImpl.hpp.