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