1
0
forked from fsfw/fsfw

Thermal: Some formatting stuff, doc to do

Need to find out how to use the thermal components
This commit is contained in:
2020-02-15 18:26:25 +01:00
parent a7964c7200
commit e15839b3a6
7 changed files with 72 additions and 38 deletions

View File

@ -4,6 +4,9 @@
#include <framework/monitoring/MonitorReporter.h>
#include <framework/thermal/ThermalComponentIF.h>
/**
* What does it do. How to use it.
*/
class ThermalMonitor: public MonitorReporter<float> {
public:
template<typename ... Args>