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) {}
|