Torc  0.1
torcnetworktemperatureoutput.h
Go to the documentation of this file.
1 #ifndef TORCNETWORKTEMPERATUREOUTPUT_H
2 #define TORCNETWORKTEMPERATUREOUTPUT_H
3 
4 // Torc
6 
8 {
9  Q_OBJECT
10 
11  public:
12  TorcNetworkTemperatureOutput(double Default, const QVariantMap &Details);
14 
15  QStringList GetDescription(void) override;
16 };
17 
18 #endif // TORCNETWORKTEMPERATUREOUTPUT_H
QStringList GetDescription(void) override
TorcNetworkTemperatureOutput(double Default, const QVariantMap &Details)