eive-obsw/mission/system/objects/SusFdir.cpp
Robin Mueller f014e2d5c7
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
system folder restructuring
2022-04-25 10:36:03 +02:00

7 lines
176 B
C++

#include "SusFdir.h"
#include <common/config/commonObjects.h>
SusFdir::SusFdir(object_id_t sensorId)
: DeviceHandlerFailureIsolation(sensorId, objects::SUS_BOARD_ASS) {}