eive-obsw/mission/system/acs/StrFdir.h
meggert efc0be104c
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
acs ctrl triggers event now
2024-02-13 16:45:59 +01:00

14 lines
389 B
C++

#ifndef MISSION_SYSTEM_FDIR_STRFDIR_H_
#define MISSION_SYSTEM_FDIR_STRFDIR_H_
#include <fsfw/devicehandlers/DeviceHandlerFailureIsolation.h>
class StrFdir : public DeviceHandlerFailureIsolation {
public:
StrFdir(object_id_t strObject);
ReturnValue_t initialize() override;
ReturnValue_t eventReceived(EventMessage* event) override;
};
#endif /* MISSION_SYSTEM_FDIR_STRFDIR_H_ */