Go to the documentation of this file.
26 #ifndef PRESSURE_SENSOR_CHANNEL_H
27 #define PRESSURE_SENSOR_CHANNEL_H
31 #include "deviceadaptor.h"
32 #include "abstractsensor.h"
34 #include "dataemitter.h"
49 public AbstractSensorChannel,
50 public DataEmitter<TimedUnsigned>
93 DeviceAdaptor* pressureAdaptor_;
95 RingBuffer<TimedUnsigned>* outputBuffer_;
100 #endif // PRESSURE_SENSOR_CHANNEL_H
void pressureChanged(const Unsigned &value)
Sent when a change in measured data is observed.
PressureSensorChannel(const QString &id)
static AbstractSensorChannel * factoryMethod(const QString &id)
Factory method for PressureSensorChannel.
Datatype for unsigned values.
Sensor for accessing the internal ambient light sensor measurements.
QObject based datatype for TimedUnsigned.
Unsigned pressure() const
Property for accessing the measured value.
virtual ~PressureSensorChannel()
D-Bus adaptor for PressureSensor.
Datatype for unsigned integer value with timestamp.
QObject facae for TimedUnsigned.