Robin Mueller
68039d5d4a
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
7 lines
161 B
C++
7 lines
161 B
C++
#include "SusFdir.h"
|
|
|
|
#include "eive/objects.h"
|
|
|
|
SusFdir::SusFdir(object_id_t sensorId)
|
|
: DeviceHandlerFailureIsolation(sensorId, objects::SUS_BOARD_ASS) {}
|