First Version of ACS Controller #329

Merged
muellerr merged 106 commits from acs-ctrl-v1 into develop 2022-12-02 16:21:58 +01:00
57 changed files with 7112 additions and 446 deletions
Showing only changes of commit 60418f6fdc - Show all commits

View File

@@ -3,6 +3,7 @@
#include "fsfw/datapoollocal/StaticLocalDataSet.h" #include "fsfw/datapoollocal/StaticLocalDataSet.h"
#include "fsfw/devicehandlers/DeviceHandlerIF.h" #include "fsfw/devicehandlers/DeviceHandlerIF.h"
#include "eive/eventSubsystemIds.h"
namespace GpsHyperion { namespace GpsHyperion {

View File

@@ -13,7 +13,7 @@ TEST_CASE("Thermal Controller", "[ThermalController]") {
const object_id_t THERMAL_CONTROLLER_ID = 0x123; const object_id_t THERMAL_CONTROLLER_ID = 0x123;
new TemperatureSensorsDummy(); new TemperatureSensorsDummy();
new SusDummy(); //new SusDummy();
// testEnvironment::initialize(); // testEnvironment::initialize();