|
Torc
0.1
|
#include <torcpiswitchinput.h>
Signals | |
| void | Changed (double Value) |
Signals inherited from TorcQThread | |
| void | Started (void) |
| void | Finished (void) |
Public Member Functions | |
| TorcPiSwitchInputThread (TorcPiSwitchInput *Parent, int Pin) | |
| virtual | ~TorcPiSwitchInputThread ()=default |
| void | Start (void) override |
| void | Finish (void) override |
| void | Stop (void) |
Public Member Functions inherited from TorcQThread | |
| TorcQThread (const QString &Name) | |
| virtual | ~TorcQThread ()=default |
Protected Member Functions | |
| void | run (void) override |
| void | Update (void) |
Protected Member Functions inherited from TorcQThread | |
| void | Initialise (void) |
| Performs Torc specific thread initialisation. More... | |
| void | Deinitialise (void) |
| Performs Torc specific thread cleanup. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from TorcQThread | |
| static void | SetMainThread (void) |
| static bool | IsMainThread (void) |
| static void | InitRand (void) |
Definition at line 13 of file torcpiswitchinput.h.
| TorcPiSwitchInputThread::TorcPiSwitchInputThread | ( | TorcPiSwitchInput * | Parent, |
| int | Pin | ||
| ) |
Definition at line 38 of file torcpiswitchinput.cpp.
|
virtualdefault |
|
signal |
|
overridevirtual |
Implements TorcQThread.
Definition at line 48 of file torcpiswitchinput.cpp.
|
overrideprotectedvirtual |
Reimplemented from TorcQThread.
Definition at line 143 of file torcpiswitchinput.cpp.
|
overridevirtual |
Implements TorcQThread.
Definition at line 73 of file torcpiswitchinput.cpp.
| void TorcPiSwitchInputThread::Stop | ( | void | ) |
Definition at line 199 of file torcpiswitchinput.cpp.
|
protected |
Definition at line 66 of file torcpiswitchinput.cpp.
1.8.11