clean up power code

This commit is contained in:
2023-03-26 16:13:54 +02:00
parent 9af7b6a39b
commit 7c700a9e19
58 changed files with 133 additions and 141 deletions

View File

@ -1,3 +1,4 @@
#include <mission/power/defs.h>
#include "GomspacePowerFdir.h"
#include "fsfw/devicehandlers/DeviceHandlerIF.h"
@ -7,7 +8,6 @@
#include "fsfw/power/Fuse.h"
#include "fsfw/serviceinterface/ServiceInterfaceStream.h"
#include "fsfw/thermal/ThermalComponentIF.h"
#include "mission/devices/devicedefinitions/powerDefinitions.h"
GomspacePowerFdir::GomspacePowerFdir(object_id_t devId, object_id_t parentId)
: DeviceHandlerFailureIsolation(devId, parentId) {}