|
sensorfw
|
#include <pegatronaccelerometeradaptor.h>
Static Public Member Functions | |
| static DeviceAdaptor * | factoryMethod (const QString &id) |
| Factory method for gaining a new instance of AccelerometerAdaptor class. | |
Protected Member Functions | |
| PegatronAccelerometerAdaptor (const QString &id) | |
| Constructor. | |
| ~PegatronAccelerometerAdaptor () | |
| virtual unsigned int | evaluateIntervalRequests (int &sessionId) const |
| Reimplement to allow for 0 interval to be the slowest entry. | |
Definition at line 9 of file pegatronaccelerometeradaptor.h.
| PegatronAccelerometerAdaptor::PegatronAccelerometerAdaptor | ( | const QString & | id | ) | [protected] |
Constructor.
| id | Identifier for the adaptor. |
| PegatronAccelerometerAdaptor::~PegatronAccelerometerAdaptor | ( | ) | [protected] |
| virtual unsigned int PegatronAccelerometerAdaptor::evaluateIntervalRequests | ( | int & | sessionId | ) | const [protected, virtual] |
Reimplement to allow for 0 interval to be the slowest entry.
| static DeviceAdaptor* PegatronAccelerometerAdaptor::factoryMethod | ( | const QString & | id | ) | [inline, static] |
Factory method for gaining a new instance of AccelerometerAdaptor class.
| id | Identifier for the adaptor. |
Definition at line 17 of file pegatronaccelerometeradaptor.h.