Robin Mueller
58961efb3f
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
8 lines
204 B
C++
8 lines
204 B
C++
#include "SusFdir.h"
|
|
|
|
#include "eive/objects.h"
|
|
#include "mission/acs/susMax1227Helpers.h"
|
|
|
|
SusFdir::SusFdir(object_id_t sensorId)
|
|
: DeviceHandlerFailureIsolation(sensorId, objects::SUS_BOARD_ASS) {}
|