eive-obsw/mission/system/RtdFdir.h
Robin Mueller 14d9efce1f
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
continued tcs board assembly
2022-03-22 18:48:03 +01:00

12 lines
273 B
C++

#ifndef MISSION_SYSTEM_RTDFDIR_H_
#define MISSION_SYSTEM_RTDFDIR_H_
#include <fsfw/devicehandlers/DeviceHandlerFailureIsolation.h>
class RtdFdir : public DeviceHandlerFailureIsolation {
public:
RtdFdir(object_id_t sensorId);
};
#endif /* MISSION_SYSTEM_RTDFDIR_H_ */