TSensrvMagneticNorthData Class Reference


#include <
sensrvmagneticnorthsensor.h>

Detailed Description

Tilt angel data type.

Public Types

enum  TSensrvMagneticNorthDataIndexes { ETimeStamp = 0, EAngleFromMagneticNorth }
 Channel data type index numbers. More...

Data Fields

TTime iTimeStamp
 
  • Item name: Sampling time.

TInt iAngleFromMagneticNorth
 
  • Item name: Tilt angle
    • Item Index: 1
    • Conditions: Single limit and range
    • Description: The angle between the magnetic north and the device heading.


Static Public Attributes

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

Member Enumeration Documentation

enum TSensrvMagneticNorthData::TSensrvMagneticNorthDataIndexes
 

Channel data type index numbers.

Enumerator:
ETimeStamp 
EAngleFromMagneticNorth 

Field Documentation

TInt TSensrvMagneticNorthData::iAngleFromMagneticNorth
 
  • Item name: Tilt angle
    • Item Index: 1
    • Conditions: Single limit and range
    • Description: The angle between the magnetic north and the device heading.
TTime TSensrvMagneticNorthData::iTimeStamp
 
  • Item name: Sampling time.
  • Item Index: 0
  • Conditions: None
  • Description: Timestamp for a sample.
const TSensrvChannelDataTypeId TSensrvMagneticNorthData::KDataTypeId = 0x2000BEDF [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