eive-obsw/mission/system/objects/AcsBoardFdir.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
298 B
C++

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