Robin Mueller
14d9efce1f
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
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) {}
|