done
This commit is contained in:
15
mission/system/com/SyrlinksFdir.h
Normal file
15
mission/system/com/SyrlinksFdir.h
Normal file
@ -0,0 +1,15 @@
|
||||
#ifndef MISSION_DEVICES_SYRLINKSFDIR_H_
|
||||
#define MISSION_DEVICES_SYRLINKSFDIR_H_
|
||||
|
||||
#include <fsfw/devicehandlers/DeviceHandlerFailureIsolation.h>
|
||||
|
||||
class SyrlinksFdir : public DeviceHandlerFailureIsolation {
|
||||
public:
|
||||
SyrlinksFdir(object_id_t syrlinksId);
|
||||
|
||||
private:
|
||||
ReturnValue_t eventReceived(EventMessage* event) override;
|
||||
void eventConfirmed(EventMessage* event) override;
|
||||
};
|
||||
|
||||
#endif /* MISSION_DEVICES_SYRLINKSFDIR_H_ */
|
Reference in New Issue
Block a user