Torc  0.1
torcphoutput.h
Go to the documentation of this file.
1 #ifndef TORCPHOUTPUT_H
2 #define TORCPHOUTPUT_H
3 
4 // Torc
5 #include "torcoutput.h"
6 
7 class TorcpHOutput : public TorcOutput
8 {
9  Q_OBJECT
10 
11  public:
12  TorcpHOutput(double Value, const QString &ModelId, const QVariantMap &Details);
13  virtual ~TorcpHOutput() = default;
14 
15  QStringList GetDescription (void) override;
16  TorcOutput::Type GetType (void) override;
17 };
18 
19 #endif // TORCPHOUTPUT_H
virtual ~TorcpHOutput()=default
TorcpHOutput(double Value, const QString &ModelId, const QVariantMap &Details)
TorcOutput::Type GetType(void) override
QStringList GetDescription(void) override