eive-obsw/mission/system/SusFdir.h
Robin Mueller e5a4065055
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
add and instantiate SUS ASS + SUS FDIR
2022-03-17 19:59:47 +01:00

12 lines
273 B
C++

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