~thomas-voss/qtubuntu-sensors/add-minimal-standalone-location-test-case

« back to all changes in this revision

Viewing changes to plugins/sensors/core_shared_accelerometer.h

  • Committer: CI bot
  • Author(s): Ricardo Mendoza
  • Date: 2014-06-23 17:21:21 UTC
  • mfrom: (57.3.9 new-orientation)
  • Revision ID: ps-jenkins@lists.canonical.com-20140623172121-w7zralxiu0gxixbd
New orientation sensing code, borrow from Android for low pass filtering and smart tilt detection. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    qreal getMinValue() const;
40
40
    qreal getMaxValue() const;
41
41
    qreal getResolution() const;
 
42
    void setDelay(quint32 delay_us);
42
43
 
43
44
Q_SIGNALS:
44
45
    void accelerometerReadingChanged(QSharedPointer<QAccelerometerReading> reading);