sensorfw
|
#include <oemtabletgyroscopeadaptor.h>
Static Public Member Functions | |
static DeviceAdaptor * | factoryMethod (const QString &id) |
Factory method for gaining a new instance of this adaptor class. | |
Protected Member Functions | |
OEMTabletGyroscopeAdaptor (const QString &id) | |
Constructor. | |
~OEMTabletGyroscopeAdaptor () | |
Destructor. |
Definition at line 7 of file oemtabletgyroscopeadaptor.h.
OEMTabletGyroscopeAdaptor::OEMTabletGyroscopeAdaptor | ( | const QString & | id | ) | [protected] |
Constructor.
Protected to force externals to use factory method.
id | Identifier for the adaptor. |
OEMTabletGyroscopeAdaptor::~OEMTabletGyroscopeAdaptor | ( | ) | [protected] |
Destructor.
static DeviceAdaptor* OEMTabletGyroscopeAdaptor::factoryMethod | ( | const QString & | id | ) | [inline, static] |
Factory method for gaining a new instance of this adaptor class.
id | Identifier for the adaptor. |
Definition at line 17 of file oemtabletgyroscopeadaptor.h.