Torc  0.1
torcsysteminputs.h
Go to the documentation of this file.
1 #ifndef TORCSYSTEMINPUTS_H
2 #define TORCSYSTEMINPUTS_H
3 
4 // Torc
5 #include "torccentral.h"
6 #include "torcinput.h"
7 
8 #define SYSTEM_INPUTS_STRING QStringLiteral("system")
9 
10 class TorcSystemInputs final : public TorcDeviceHandler
11 {
12  public:
14 
16 
17  void Create (const QVariantMap &Details) override;
18  void Destroy (void) override;
19 
20  private:
21  QMap<QString,TorcInput*> m_inputs;
22 };
23 
24 #endif // TORCSYSTEMINPUTS_H
static TorcSystemInputs * gSystemInputs
void Create(const QVariantMap &Details) override
void Destroy(void) override