custom FDIR for tmp devices
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2023-04-13 23:54:23 +02:00
parent aa746276ae
commit 33773179a7
24 changed files with 139 additions and 101 deletions

View File

@ -0,0 +1,6 @@
#include "RtdFdir.h"
#include "eive/objects.h"
RtdFdir::RtdFdir(object_id_t sensorId)
: DeviceHandlerFailureIsolation(sensorId, objects::NO_OBJECT) {}