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

@ -10,6 +10,15 @@
#include "ThermalModuleIF.h"
#include "tcsDefinitions.h"
/**
* @defgroup thermal Thermal Components
* @brief Contains all components related to thermal tasks (sensors, heaters)
*/
/**
* @brief Base class for Temperature Sensor, implements all important interfaces
* @ingroup thermal
*/
class AbstractTemperatureSensor: public HasHealthIF,
public SystemObject,
public ExecutableObjectIF,