eive-obsw/mission/system/fdir/RtdFdir.h
Robin Mueller 7e2a993211
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
create rudimentary syrlinks fdir
2022-04-28 15:25: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_ */