we need a dummy heater handler
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
2022-11-24 16:40:59 +01:00
parent 17a336ba0a
commit f932c4c2c5
11 changed files with 94 additions and 161 deletions

View File

@ -1,5 +1,4 @@
#include <dummies/SusDummy.h>
#include <dummies/TemperatureSensorsDummy.h>
#include <fsfw/ipc/QueueFactory.h>
#include <fsfw/tasks/PeriodicTaskIF.h>
#include <fsfw/tasks/TaskFactory.h>
@ -7,12 +6,15 @@
#include <catch2/catch_test_macros.hpp>
#include "../../dummies/TemperatureSensorInserter.h"
#include "../testEnvironment.h"
TEST_CASE("Thermal Controller", "[ThermalController]") {
const object_id_t THERMAL_CONTROLLER_ID = 0x123;
new TemperatureSensorsDummy();
new TemperatureSensorInserter(objects::THERMAL_TEMP_INSERTER);
// TODO: Create dummy heater handler
// new HeaterHandler()
new SusDummy();
// testEnvironment::initialize();