28#ifndef WRISTGESTURE_SENSOR_CHANNEL_H
29#define WRISTGESTURE_SENSOR_CHANNEL_H
33#include "deviceadaptor.h"
34#include "abstractsensor.h"
36#include "dataemitter.h"
52 public AbstractSensorChannel,
53 public DataEmitter<TimedUnsigned>
78 return prevWristGesture;
101 DeviceAdaptor* wristGestureAdaptor_;
105 RingBuffer<TimedUnsigned>* outputBuffer_;
Datatype for unsigned integer value with timestamp.
QObject facae for TimedUnsigned.
Sensor for accessing device wristgesture.
static AbstractSensorChannel * factoryMethod(const QString &id)
Factory method for WristGestureSensorChannel.
virtual ~WristGestureSensorChannel()
WristGestureSensorChannel(const QString &id)
void wristgestureChanged(const int &wristgesture)
Sent whenever wristgesture interpretation has changed.
Unsigned wristgesture() const
Property method returning current wristgesture.
Datatype for unsigned values.
QObject based datatype for TimedUnsigned.
D-Bus Adaptor for WristGestureSensor.