Robin Mueller
7e2a993211
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
7 lines
176 B
C++
7 lines
176 B
C++
#include "RtdFdir.h"
|
|
|
|
#include <common/config/commonObjects.h>
|
|
|
|
RtdFdir::RtdFdir(object_id_t sensorId)
|
|
: DeviceHandlerFailureIsolation(sensorId, objects::TCS_BOARD_ASS) {}
|