|
Torc
0.1
|
#include <torcsysteminputs.h>
Public Member Functions | |
| TorcSystemInputs () | |
| void | Create (const QVariantMap &Details) override |
| void | Destroy (void) override |
Public Member Functions inherited from TorcDeviceHandler | |
| TorcDeviceHandler () | |
| virtual | ~TorcDeviceHandler ()=default |
Static Public Attributes | |
| static TorcSystemInputs * | gSystemInputs = new TorcSystemInputs() |
Additional Inherited Members | |
Static Public Member Functions inherited from TorcDeviceHandler | |
| static void | Start (const QVariantMap &Details) |
| static void | Stop (void) |
Protected Member Functions inherited from TorcDeviceHandler | |
| TorcDeviceHandler * | GetNextHandler (void) |
Static Protected Member Functions inherited from TorcDeviceHandler | |
| static TorcDeviceHandler * | GetDeviceHandler (void) |
Protected Attributes inherited from TorcDeviceHandler | |
| QReadWriteLock | m_handlerLock |
Definition at line 10 of file torcsysteminputs.h.
| TorcSystemInputs::TorcSystemInputs | ( | ) |
Definition at line 32 of file torcsysteminputs.cpp.
|
overridevirtual |
Implements TorcDeviceHandler.
Definition at line 38 of file torcsysteminputs.cpp.
|
overridevirtual |
Implements TorcDeviceHandler.
Definition at line 74 of file torcsysteminputs.cpp.
|
static |
Definition at line 15 of file torcsysteminputs.h.
1.8.11