add new heater health device
This commit is contained in:
@ -15,6 +15,7 @@
|
||||
#include <fsfw/tasks/ExecutableObjectIF.h>
|
||||
#include <fsfw/timemanager/Countdown.h>
|
||||
#include <fsfw_hal/common/gpio/GpioIF.h>
|
||||
#include <mission/tcs/HeaterHealthDev.h>
|
||||
|
||||
#include <array>
|
||||
#include <utility>
|
||||
@ -27,7 +28,7 @@
|
||||
class PowerSwitchIF;
|
||||
class HealthTableIF;
|
||||
|
||||
using HeaterPair = std::pair<HealthDevice*, gpioId_t>;
|
||||
using HeaterPair = std::pair<HeaterHealthDev*, gpioId_t>;
|
||||
|
||||
struct HeaterHelper {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user