Torc  0.1
torcpiswitchoutput.h
Go to the documentation of this file.
1 #ifndef TORCPISWITCHOUTPUT_H
2 #define TORCPISWITCHOUTPUT_H
3 
4 // Torc
5 #include "torcswitchoutput.h"
6 
8 {
9  Q_OBJECT
10 
11  public:
12  TorcPiSwitchOutput(int Pin, const QVariantMap &Details);
14 
15  QStringList GetDescription(void);
16 
17  public slots:
18  void SetValue (double Value);
19 
20  private:
21  int m_pin;
22 };
23 
24 #endif // TORCPISWITCHOUTPUT_H
TorcPiSwitchOutput(int Pin, const QVariantMap &Details)
QStringList GetDescription(void)
void SetValue(double Value)