testArduino/mission/Controller
mmode ad8797f57a Fixed some errors in the controller related to the temperature sensor component. 2021-09-24 21:18:38 +02:00
..
ArduinoTCSTemperatureSensor.cpp Fixed some errors in the controller related to the temperature sensor component. 2021-09-24 21:18:38 +02:00
ArduinoTCSTemperatureSensor.h Fixed some errors in the controller related to the temperature sensor component. 2021-09-24 21:18:38 +02:00
TCS_Heater.cpp Alpha version of the code. Errors are still present in the code and the objects and dataused are picked as a test. Documentation of the code will be also added later. 2021-09-10 17:08:38 +02:00
TCS_Heater.h Alpha version of the code. Errors are still present in the code and the objects and dataused are picked as a test. Documentation of the code will be also added later. 2021-09-10 17:08:38 +02:00
TCS_ThermalComponent.cpp Errors fixed in both controller and device handler. Data are now read correctly in the test code but not here in the framework. Problem in reading one variable from datapool for the controller. General cleaning of the code and documentation. 2021-09-15 17:31:20 +02:00
TCS_ThermalComponent.h Errors fixed in both controller and device handler. Data are now read correctly in the test code but not here in the framework. Problem in reading one variable from datapool for the controller. General cleaning of the code and documentation. 2021-09-15 17:31:20 +02:00
ThermalController.cpp Fixed some errors in the controller related to the temperature sensor component. 2021-09-24 21:18:38 +02:00
ThermalController.h Errors fixed in both controller and device handler. Data are now read correctly in the test code but not here in the framework. Problem in reading one variable from datapool for the controller. General cleaning of the code and documentation. 2021-09-15 17:31:20 +02:00
tcs_data_config.h Device Handler has been modified in both the Communication Interface and in DH object. The ScanForReply and InterpreteForReply are fixed. The reading and printing of data is correct. It is still needed to fix the save in datapool and do documentation of the code. 2021-09-23 21:48:32 +02:00