F´ Flight Software - C/C++ Documentation  NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Health.hpp
Go to the documentation of this file.
1 // ======================================================================
2 // Health.hpp
3 // Standardization header for Health
4 // ======================================================================
5 
6 #ifndef Svc_Health_HPP
7 #define Svc_Health_HPP
8 
10 
11 namespace Svc {
12 
13  using Health = HealthImpl;
14 
15 }
16 
17 #endif
Svc::HealthImpl
Health component implementation class.
Definition: HealthComponentImpl.hpp:32
HealthComponentImpl.hpp
Svc
Definition: ActiveRateGroupImplCfg.hpp:18