1
0
forked from fsfw/fsfw

basic documentation thermal

This commit is contained in:
2020-01-15 13:52:18 +01:00
parent 9ec0b80497
commit 9aa57f29b8
4 changed files with 21 additions and 0 deletions

View File

@ -11,6 +11,9 @@
#include "RedundantHeater.h"
class PowerSwitchIF;
/**
* @brief Allows creation of different thermal control domains within a system.
*/
class ThermalModule: public ThermalModuleIF {
friend class ThermalController;
public: