different max missed reply thresholds for STR FDIR
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
2023-07-13 16:52:33 +02:00
parent 0cefef8a35
commit 39022ce2f6
7 changed files with 12 additions and 9 deletions

View File

@ -5,7 +5,7 @@
class StrFdir : public DeviceHandlerFailureIsolation {
public:
StrFdir(object_id_t strObject);
StrFdir(object_id_t strObject, uint32_t missedReplyThreshold);
ReturnValue_t eventReceived(EventMessage* event) override;
};