eive-obsw/mission/system/objects/RtdFdir.h
Robin Mueller f014e2d5c7
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
system folder restructuring
2022-04-25 10:36:03 +02: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_ */