Torc  0.1
torcnetworkpwminput.h
Go to the documentation of this file.
1 #ifndef TORCNETWORKPWMINPUT_H
2 #define TORCNETWORKPWMINPUT_H
3 
4 // Torc
5 #include "torcpwminput.h"
6 
7 class TorcNetworkPWMInput final : public TorcPWMInput
8 {
9  Q_OBJECT
10  public:
11  TorcNetworkPWMInput(double Default, const QVariantMap &Details);
12  ~TorcNetworkPWMInput() = default;
13 
14  QStringList GetDescription (void) override;
15  void Start (void) override;
16 };
17 
18 #endif // TORCNETWORKPWMINPUT_H
TorcNetworkPWMInput(double Default, const QVariantMap &Details)
QStringList GetDescription(void) override
void Start(void) override
~TorcNetworkPWMInput()=default