sensrvtappingsensor.h File Reference


#include <e32base.h>
#include <
sensrvtypes.h>
#include <sensrvaccelerometersensor.h>

Go to the source code of this file.


Data Structures

class  TSensrvTappingData
 Tapping data type. More...

Variables

const TSensrvChannelTypeId KSensrvChannelTypeIdAccelerometerDoubleTappingData = 0x10205081
 
  • Name: Double tapping event channel type

const TSensrvPropertyId KSensrvPropIdDblTapAxisActive = KSensrvPropIdAxisActive
 
  • Name: Double tapping axis active
    • Type: TInt
    • Scope: Channel item property
    • Mandatory: No
    • Capability: None
    • Description: Indicates is sensor axis activated.

const TSensrvPropertyId KSensrvPropIdDblTapThreshold = 0x00001002
 
  • Name: Double tap duration threshold
    • Type: TInt
    • Scope: Channel property
    • Mandatory: No
    • Capability: ReadDeviceData, WriteDeviceData
    • Description: Threshold as an offset of the selected range.

const TSensrvPropertyId KSensrvPropIdDblTapDuration = 0x00001003
 
  • Name: Double tap duration in milliseconds
    • Type: TInt
    • Scope: Channel property
    • Mandatory: No
    • Capability: None
    • Description: Scalar Integer representing the duration of the tap value.

const TSensrvPropertyId KSensrvPropIdDblTapLatency = 0x00001004
 
  • Name: Double tap latency
    • Type: TInt
    • Scope: Channel property
    • Mandatory: No
    • Capability: None
    • Description: Double tap latency in milliseconds

const TSensrvPropertyId KSensrvPropIdDblTapInterval = 0x00001005
 
  • Name: Double tap interval
    • Type: TInt
    • Scope: Channel property
    • Mandatory: No
    • Capability: None
    • Description: Double tap interval in milliseconds

const TUint8 KSensrvAccelerometerDirectionXplus = 0x01
 Direction of the tapping data.
const TUint8 KSensrvAccelerometerDirectionXminus = 0x02
const TUint8 KSensrvAccelerometerDirectionYplus = 0x04
const TUint8 KSensrvAccelerometerDirectionYminus = 0x08
const TUint8 KSensrvAccelerometerDirectionZplus = 0x10
const TUint8 KSensrvAccelerometerDirectionZminus = 0x20

Variable Documentation

const TUint8 KSensrvAccelerometerDirectionXminus = 0x02
 
const TUint8 KSensrvAccelerometerDirectionXplus = 0x01
 

Direction of the tapping data.

If direction (plus or minus) is not known, direction is, for example in x-axis case KSensrvAccelerometerDirectionXplus | KSensrvAccelerometerDirectionXminus

const TUint8 KSensrvAccelerometerDirectionYminus = 0x08
 
const TUint8 KSensrvAccelerometerDirectionYplus = 0x04
 
const TUint8 KSensrvAccelerometerDirectionZminus = 0x20
 
const TUint8 KSensrvAccelerometerDirectionZplus = 0x10
 
const TSensrvChannelTypeId KSensrvChannelTypeIdAccelerometerDoubleTappingData = 0x10205081
 
  • Name: Double tapping event channel type
const TSensrvPropertyId KSensrvPropIdDblTapAxisActive = KSensrvPropIdAxisActive
 
  • Name: Double tapping axis active
    • Type: TInt
    • Scope: Channel item property
    • Mandatory: No
    • Capability: None
    • Description: Indicates is sensor axis activated.

Value is one if the axis is activated, zero otherwise.

const TSensrvPropertyId KSensrvPropIdDblTapDuration = 0x00001003
 
  • Name: Double tap duration in milliseconds
    • Type: TInt
    • Scope: Channel property
    • Mandatory: No
    • Capability: None
    • Description: Scalar Integer representing the duration of the tap value.

Not dependent upon ODR.

const TSensrvPropertyId KSensrvPropIdDblTapInterval = 0x00001005
 
  • Name: Double tap interval
    • Type: TInt
    • Scope: Channel property
    • Mandatory: No
    • Capability: None
    • Description: Double tap interval in milliseconds
const TSensrvPropertyId KSensrvPropIdDblTapLatency = 0x00001004
 
  • Name: Double tap latency
    • Type: TInt
    • Scope: Channel property
    • Mandatory: No
    • Capability: None
    • Description: Double tap latency in milliseconds
const TSensrvPropertyId KSensrvPropIdDblTapThreshold = 0x00001002
 
  • Name: Double tap duration threshold
    • Type: TInt
    • Scope: Channel property
    • Mandatory: No
    • Capability: ReadDeviceData, WriteDeviceData
    • Description: Threshold as an offset of the selected range.

Copyright © Nokia Corporation 2001-2007
Back to top