25#ifndef GYROEVDEVADAPTOR_H 
   26#define GYROEVDEVADAPTOR_H 
   28#include "inputdevadaptor.h" 
   29#include "deviceadaptorringbuffer.h" 
   68    DeviceAdaptorRingBuffer<TimedXyzData>* gyroscopeBuffer_;
 
   70    void interpretEvent(
int src, 
struct input_event *ev);
 
   71    void commitOutput(
struct input_event *ev);
 
   72    void interpretSync(
int src, 
struct input_event *ev);
 
   73    QByteArray powerStatePath_;
 
virtual void stopSensor()
virtual unsigned int evaluateIntervalRequests(int &sessionId) const
Reimplement to allow for 0 interval to be the slowest entry.
GyroAdaptorEvdev(const QString &id)
Constructor.
static DeviceAdaptor * factoryMethod(const QString &id)
Factory method for gaining a new instance of AccelerometerAdaptor class.
virtual bool startSensor()
Class for vector type measurement data (timestamp, x, y, z).
Datatypes for different filters.