Robin Mueller
7e2a993211
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
12 lines
273 B
C++
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_ */
|