TSensrvOrientationData Class Reference


#include <
sensrvorientationsensor.h>

Public Types

enum  TSensrvOrientationEventIndexes { ETimeStamp = 0, EDeviceOrientation }
 Channel data type index numbers. More...
enum  TSensrvDeviceOrientation {
  EOrientationUndefined = 0, EOrientationDisplayUp, EOrientationDisplayDown, EOrientationDisplayLeftUp,
  EOrientationDisplayRightUp, EOrientationDisplayUpwards, EOrientationDisplayDownwards
}
 Possible device orientations. More...

Data Fields

TTime iTimeStamp
 
  • Item name: Sampling time
    • Item Index: 0
    • Description: Timestamp for a sample

TSensrvDeviceOrientation iDeviceOrientation
 
  • Item name: Device orientation
    • Item Index: 1
    • Description: Contains one of the six basic orientations of the device


Static Public Attributes

static const TSensrvChannelDataTypeId KDataTypeId = 0x10205088
 Channel data type Id number.

Member Enumeration Documentation

enum TSensrvOrientationData::TSensrvDeviceOrientation
 

Possible device orientations.

Enumerator:
EOrientationUndefined 
EOrientationDisplayUp 
EOrientationDisplayDown 
EOrientationDisplayLeftUp 
EOrientationDisplayRightUp 
EOrientationDisplayUpwards 
EOrientationDisplayDownwards 
enum TSensrvOrientationData::TSensrvOrientationEventIndexes
 

Channel data type index numbers.

Enumerator:
ETimeStamp 
EDeviceOrientation 

Field Documentation

TSensrvDeviceOrientation TSensrvOrientationData::iDeviceOrientation
 
  • Item name: Device orientation
    • Item Index: 1
    • Description: Contains one of the six basic orientations of the device
TTime TSensrvOrientationData::iTimeStamp
 
  • Item name: Sampling time
    • Item Index: 0
    • Description: Timestamp for a sample
const TSensrvChannelDataTypeId TSensrvOrientationData::KDataTypeId = 0x10205088 [static]
 

Channel data type Id number.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top