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