mirror of
https://github.com/nasa/fprime.git
synced 2025-12-12 07:43:50 -06:00
* Format Svc and add to CI * Fix comlogger include * fix assert UTs * Fix static analysis warning * formatting
18 lines
349 B
C++
18 lines
349 B
C++
// ======================================================================
|
|
// Health.hpp
|
|
// Standardization header for Health
|
|
// ======================================================================
|
|
|
|
#ifndef Svc_Health_HPP
|
|
#define Svc_Health_HPP
|
|
|
|
#include "Svc/Health/HealthComponentImpl.hpp"
|
|
|
|
namespace Svc {
|
|
|
|
typedef HealthImpl Health;
|
|
|
|
}
|
|
|
|
#endif
|