Torc
0.1
|
#include <torcdevicehandler.h>
Public Member Functions | |
TorcDeviceHandler () | |
virtual | ~TorcDeviceHandler ()=default |
Static Public Member Functions | |
static void | Start (const QVariantMap &Details) |
static void | Stop (void) |
Protected Member Functions | |
virtual void | Create (const QVariantMap &Details)=0 |
virtual void | Destroy (void)=0 |
TorcDeviceHandler * | GetNextHandler (void) |
Static Protected Member Functions | |
static TorcDeviceHandler * | GetDeviceHandler (void) |
Protected Attributes | |
QReadWriteLock | m_handlerLock |
Definition at line 10 of file torcdevicehandler.h.
TorcDeviceHandler::TorcDeviceHandler | ( | ) |
Definition at line 27 of file torcdevicehandler.cpp.
|
virtualdefault |
|
protectedpure virtual |
Implemented in TorcCameraOutputs, TorcI2CBus, TorcNotify, TorcInputs, TorcOutputs, TorcPiGPIO, Torc1WireBus, and TorcSystemInputs.
|
protectedpure virtual |
Implemented in TorcCameraOutputs, TorcI2CBus, TorcNotify, TorcInputs, TorcOutputs, TorcPiGPIO, Torc1WireBus, and TorcSystemInputs.
|
staticprotected |
Definition at line 41 of file torcdevicehandler.cpp.
|
protected |
Definition at line 36 of file torcdevicehandler.cpp.
|
static |
Definition at line 46 of file torcdevicehandler.cpp.
|
static |
Definition at line 53 of file torcdevicehandler.cpp.
|
protected |
Definition at line 26 of file torcdevicehandler.h.