Torc  0.1
torcnetworkpwmoutput.h
Go to the documentation of this file.
1 #ifndef TORCNETWORKPWMOUTPUT_H
2 #define TORCNETWORKPWMOUTPUT_H
3 
4 // Torc
5 #include "torcpwmoutput.h"
6 
7 class TorcNetworkPWMOutput final : public TorcPWMOutput
8 {
9  Q_OBJECT
10 
11  public:
12  TorcNetworkPWMOutput(double Default, const QVariantMap &Details);
13  ~TorcNetworkPWMOutput() = default;
14 
15  QStringList GetDescription(void) override;
16 
17  public slots:
18  void SetValue (double Value) override;
19 };
20 
21 #endif // TORCNETWORKPWMOUTPUT_H
TorcNetworkPWMOutput(double Default, const QVariantMap &Details)
void SetValue(double Value) override
QStringList GetDescription(void) override
~TorcNetworkPWMOutput()=default